Shades of Green #008009
Tints of Green #008009
RGB
CMYK
RGB Variations
Color information
#008009 (or 0x008009) is known color: Green. HEX triplet: 00, 80 and 09. RGB value is (0,128,9). Sum of RGB (Red+Green+Blue) = 0+128+9=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 128 (50.39% from 255 or 93.43% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 128 - color contains mainly: green. Hex color #008009 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008009 is #FF7FF6. Grayscale: #4C4C4C. Windows color (decimal): -16744439 or 622592. OLE color: 622592.
HSL color Cylindrical-coordinate representation of color #008009: hue angle of 124.22º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008009 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 9 | - |
| CMYK | 1 | 0 | 0.93 | 0.50 |
| HSL | 124.22º | 1% | 0.25% | - |
| HSV(B) | 124.22º | 1% | 0.5% | - |
| XYZ | 7.77 | 15.46 | 2.83 | - |
| YUV | 76.16 | 90.09 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 9 | 1 | 0 | 0.93 | 0.50 | 124.22 | 1 | 0.25 |
| Hex | 0 | 80 | 9 | 64 | 0 | 5D | 32 | 7C | 64 | 19 |
| Octal | 0 | 200 | 11 | 144 | 0 | 135 | 62 | 174 | 144 | 31 |
| Binary | 0 | 10000000 | 1001 | 1100100 | 0 | 1011101 | 110010 | 1111100 | 1100100 | 11001 |
Color Harmonies of #008009
Complementary color
Monochromatic Colors of #008009
Black with #008009
Text Example
Text Example
White with #008009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008009; }
p { color: rgb(0,128,9); }
H1.HeaderClassName
{
color: #008009;
}
.AnyTagClassName
{
color: #008009;
}
</style>
background-color css
<style>
a { background-color: #008009; }
a { background-color: rgb(0,128,9); }
div.DivClassName
{
background-color: #008009;
}
.BgClassName
{
background-color: #008009;
}
</style>
border-color css
<style>
span { border-color: #008009; }
span { border-color: rgb(0,128,9); }
td.TdClassName
{
border-color: #008009;
}
.TagClassName
{
border-color: #008009;
}
</style>