Shades of Green #008818
Tints of Green #008818
RGB
CMYK
RGB Variations
Color information
#008818 (or 0x008818) is known color: Green. HEX triplet: 00, 88 and 18. RGB value is (0,136,24). Sum of RGB (Red+Green+Blue) = 0+136+24=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 136 (53.52% from 255 or 85% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 136 - color contains mainly: green. Hex color #008818 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008818 is #FF77E7. Grayscale: #525252. Windows color (decimal): -16742376 or 1607680. OLE color: 1607680.
HSL color Cylindrical-coordinate representation of color #008818: hue angle of 130.59º 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 #008818 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 24 | - |
| CMYK | 1 | 0 | 0.82 | 0.47 |
| HSL | 130.59º | 1% | 0.27% | - |
| HSV(B) | 130.59º | 1% | 0.53% | - |
| XYZ | 8.97 | 17.67 | 3.8 | - |
| YUV | 82.57 | 94.94 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 24 | 1 | 0 | 0.82 | 0.47 | 130.59 | 1 | 0.27 |
| Hex | 0 | 88 | 18 | 64 | 0 | 52 | 2F | 83 | 64 | 1B |
| Octal | 0 | 210 | 30 | 144 | 0 | 122 | 57 | 203 | 144 | 33 |
| Binary | 0 | 10001000 | 11000 | 1100100 | 0 | 1010010 | 101111 | 10000011 | 1100100 | 11011 |
Color Harmonies of #008818
Complementary color
Monochromatic Colors of #008818
Black with #008818
Text Example
Text Example
White with #008818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008818; }
p { color: rgb(0,136,24); }
H1.HeaderClassName
{
color: #008818;
}
.AnyTagClassName
{
color: #008818;
}
</style>
background-color css
<style>
a { background-color: #008818; }
a { background-color: rgb(0,136,24); }
div.DivClassName
{
background-color: #008818;
}
.BgClassName
{
background-color: #008818;
}
</style>
border-color css
<style>
span { border-color: #008818; }
span { border-color: rgb(0,136,24); }
td.TdClassName
{
border-color: #008818;
}
.TagClassName
{
border-color: #008818;
}
</style>