#009500 hex color code descriptions: deep green. #009500 color hex could be obtained by blending #00ff00 with #002b00 . Closest websafe color is: #009900.
#009500 color RGB value is (0,149,0)
#009500 color CMYK value
#009500 color HSL value
HSV(or HSB) | 120° | 100 | 58.4 |
XYZ | 10.747 | 21.495 | 3.582 |
Yxy | 0.3 | 0.6 | 21.495 |
LAB | 53.487 | -57.73 | 55.718 |
LUV | 53.487 | -50.648 | 65.475 |
Hunter-LAB | 46.363 | -39.756 | 27.872 |
CIE-LCH | 53.487 | 80.232 | 136.016 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 0 | 95 | 0 |
Decimal | 0 | 149 | 0 |
Octal | 0 | 225 | 0 |
Binary | 00000000 | 10010101 | 00000000 |
Below, you can see some colors close to #009500. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #009500.
<span style="color:#009500">Text here</span>
This paragraph has a background color of #009500.
<p style="background-color:#009500;">Content here</p>
This element has a border color of #009500.
<div style="border:1px #009500;">Content here</div>
.text {color:#009500;}
.background {background-color:#009500;}
.border {border:1px solid #009500;}
.text-shadow {border:1px solid #009500;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #eaffea is the lightest one.