Shades of Green #008A0C
Tints of Green #008A0C
RGB
CMYK
RGB Variations
Color information
#008A0C (or 0x008A0C) is known color: Green. HEX triplet: 00, 8A and 0C. RGB value is (0,138,12). Sum of RGB (Red+Green+Blue) = 0+138+12=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 138 (54.30% from 255 or 92% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 138 - color contains mainly: green. Hex color #008A0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008A0C is #FF75F3. Grayscale: #525252. Windows color (decimal): -16741876 or 821760. OLE color: 821760.
HSL color Cylindrical-coordinate representation of color #008A0C: hue angle of 125.22º 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 #008A0C is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 138 | 12 | - |
| CMYK | 1 | 0 | 0.91 | 0.46 |
| HSL | 125.22º | 1% | 0.27% | - |
| HSV(B) | 125.22º | 1% | 0.54% | - |
| XYZ | 9.15 | 18.2 | 3.38 | - |
| YUV | 82.37 | 88.28 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 12 | 1 | 0 | 0.91 | 0.46 | 125.22 | 1 | 0.27 |
| Hex | 0 | 8A | C | 64 | 0 | 5B | 2E | 7D | 64 | 1B |
| Octal | 0 | 212 | 14 | 144 | 0 | 133 | 56 | 175 | 144 | 33 |
| Binary | 0 | 10001010 | 1100 | 1100100 | 0 | 1011011 | 101110 | 1111101 | 1100100 | 11011 |
Color Harmonies of #008A0C
Complementary color
Monochromatic Colors of #008A0C
Black with #008A0C
Text Example
Text Example
White with #008A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008A0C; }
p { color: rgb(0,138,12); }
H1.HeaderClassName
{
color: #008A0C;
}
.AnyTagClassName
{
color: #008A0C;
}
</style>
background-color css
<style>
a { background-color: #008A0C; }
a { background-color: rgb(0,138,12); }
div.DivClassName
{
background-color: #008A0C;
}
.BgClassName
{
background-color: #008A0C;
}
</style>
border-color css
<style>
span { border-color: #008A0C; }
span { border-color: rgb(0,138,12); }
td.TdClassName
{
border-color: #008A0C;
}
.TagClassName
{
border-color: #008A0C;
}
</style>