Shades of Green #008812
Tints of Green #008812
RGB
CMYK
RGB Variations
Color information
#008812 (or 0x008812) is known color: Green. HEX triplet: 00, 88 and 12. RGB value is (0,136,18). Sum of RGB (Red+Green+Blue) = 0+136+18=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 136 (53.52% from 255 or 88.31% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 136 - color contains mainly: green. Hex color #008812 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008812 is #FF77ED. Grayscale: #525252. Windows color (decimal): -16742382 or 1214464. OLE color: 1214464.
HSL color Cylindrical-coordinate representation of color #008812: hue angle of 127.94º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008812 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 18 | - |
| CMYK | 1 | 0 | 0.87 | 0.47 |
| HSL | 127.94º | 1% | 0.27% | - |
| HSV(B) | 127.94º | 1% | 0.53% | - |
| XYZ | 8.91 | 17.65 | 3.51 | - |
| YUV | 81.88 | 91.94 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 18 | 1 | 0 | 0.87 | 0.47 | 127.94 | 1 | 0.27 |
| Hex | 0 | 88 | 12 | 64 | 0 | 57 | 2F | 80 | 64 | 1B |
| Octal | 0 | 210 | 22 | 144 | 0 | 127 | 57 | 200 | 144 | 33 |
| Binary | 0 | 10001000 | 10010 | 1100100 | 0 | 1010111 | 101111 | 10000000 | 1100100 | 11011 |
Color Harmonies of #008812
Complementary color
Monochromatic Colors of #008812
Black with #008812
Text Example
Text Example
White with #008812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008812; }
p { color: rgb(0,136,18); }
H1.HeaderClassName
{
color: #008812;
}
.AnyTagClassName
{
color: #008812;
}
</style>
background-color css
<style>
a { background-color: #008812; }
a { background-color: rgb(0,136,18); }
div.DivClassName
{
background-color: #008812;
}
.BgClassName
{
background-color: #008812;
}
</style>
border-color css
<style>
span { border-color: #008812; }
span { border-color: rgb(0,136,18); }
td.TdClassName
{
border-color: #008812;
}
.TagClassName
{
border-color: #008812;
}
</style>