Shades of Green #008A09
Tints of Green #008A09
RGB
CMYK
RGB Variations
Color information
#008A09 (or 0x008A09) is known color: Green. HEX triplet: 00, 8A and 09. RGB value is (0,138,9). Sum of RGB (Red+Green+Blue) = 0+138+9=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 138 (54.30% from 255 or 93.88% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 138 - color contains mainly: green. Hex color #008A09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008A09 is #FF75F6. Grayscale: #525252. Windows color (decimal): -16741879 or 625152. OLE color: 625152.
HSL color Cylindrical-coordinate representation of color #008A09: hue angle of 123.91º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A09 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 138 | 9 | - |
| CMYK | 1 | 0 | 0.93 | 0.46 |
| HSL | 123.91º | 1% | 0.27% | - |
| HSV(B) | 123.91º | 1% | 0.54% | - |
| XYZ | 9.14 | 18.2 | 3.29 | - |
| YUV | 82.03 | 86.78 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 9 | 1 | 0 | 0.93 | 0.46 | 123.91 | 1 | 0.27 |
| Hex | 0 | 8A | 9 | 64 | 0 | 5D | 2E | 7C | 64 | 1B |
| Octal | 0 | 212 | 11 | 144 | 0 | 135 | 56 | 174 | 144 | 33 |
| Binary | 0 | 10001010 | 1001 | 1100100 | 0 | 1011101 | 101110 | 1111100 | 1100100 | 11011 |
Color Harmonies of #008A09
Complementary color
Monochromatic Colors of #008A09
Black with #008A09
Text Example
Text Example
White with #008A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008A09; }
p { color: rgb(0,138,9); }
H1.HeaderClassName
{
color: #008A09;
}
.AnyTagClassName
{
color: #008A09;
}
</style>
background-color css
<style>
a { background-color: #008A09; }
a { background-color: rgb(0,138,9); }
div.DivClassName
{
background-color: #008A09;
}
.BgClassName
{
background-color: #008A09;
}
</style>
border-color css
<style>
span { border-color: #008A09; }
span { border-color: rgb(0,138,9); }
td.TdClassName
{
border-color: #008A09;
}
.TagClassName
{
border-color: #008A09;
}
</style>