Shades of Green #088818
Tints of Green #088818
RGB
CMYK
RGB Variations
Color information
#088818 (or 0x088818) is known color: Green. HEX triplet: 08, 88 and 18. RGB value is (8,136,24). Sum of RGB (Red+Green+Blue) = 8+136+24=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 136 (53.52% from 255 or 80.95% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 136 - color contains mainly: green. Hex color #088818 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088818 is #F777E7. Grayscale: #555555. Windows color (decimal): -16218088 or 1607688. OLE color: 1607688.
HSL color Cylindrical-coordinate representation of color #088818: hue angle of 127.5º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088818 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 24 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.47 |
| HSL | 127.5º | 0.89% | 0.28% | - |
| HSV(B) | 127.5º | 0.94% | 0.53% | - |
| XYZ | 9.07 | 17.73 | 3.81 | - |
| YUV | 84.96 | 93.59 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 24 | 0.94 | 0 | 0.82 | 0.47 | 127.5 | 0.89 | 0.28 |
| Hex | 8 | 88 | 18 | 5E | 0 | 52 | 2F | 80 | 59 | 1C |
| Octal | 10 | 210 | 30 | 136 | 0 | 122 | 57 | 200 | 131 | 34 |
| Binary | 1000 | 10001000 | 11000 | 1011110 | 0 | 1010010 | 101111 | 10000000 | 1011001 | 11100 |
Color Harmonies of #088818
Complementary color
Monochromatic Colors of #088818
Black with #088818
Text Example
Text Example
White with #088818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088818; }
p { color: rgb(8,136,24); }
H1.HeaderClassName
{
color: #088818;
}
.AnyTagClassName
{
color: #088818;
}
</style>
background-color css
<style>
a { background-color: #088818; }
a { background-color: rgb(8,136,24); }
div.DivClassName
{
background-color: #088818;
}
.BgClassName
{
background-color: #088818;
}
</style>
border-color css
<style>
span { border-color: #088818; }
span { border-color: rgb(8,136,24); }
td.TdClassName
{
border-color: #088818;
}
.TagClassName
{
border-color: #088818;
}
</style>