Shades of Green #088812
Tints of Green #088812
RGB
CMYK
RGB Variations
Color information
#088812 (or 0x088812) is known color: Green. HEX triplet: 08, 88 and 12. RGB value is (8,136,18). Sum of RGB (Red+Green+Blue) = 8+136+18=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 136 (53.52% from 255 or 83.95% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 136 - color contains mainly: green. Hex color #088812 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088812 is #F777ED. Grayscale: #545454. Windows color (decimal): -16218094 or 1214472. OLE color: 1214472.
HSL color Cylindrical-coordinate representation of color #088812: hue angle of 124.69º 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 #088812 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 18 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.47 |
| HSL | 124.69º | 0.89% | 0.28% | - |
| HSV(B) | 124.69º | 0.94% | 0.53% | - |
| XYZ | 9.01 | 17.7 | 3.51 | - |
| YUV | 84.28 | 90.59 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 18 | 0.94 | 0 | 0.87 | 0.47 | 124.69 | 0.89 | 0.28 |
| Hex | 8 | 88 | 12 | 5E | 0 | 57 | 2F | 7D | 59 | 1C |
| Octal | 10 | 210 | 22 | 136 | 0 | 127 | 57 | 175 | 131 | 34 |
| Binary | 1000 | 10001000 | 10010 | 1011110 | 0 | 1010111 | 101111 | 1111101 | 1011001 | 11100 |
Color Harmonies of #088812
Complementary color
Monochromatic Colors of #088812
Black with #088812
Text Example
Text Example
White with #088812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088812; }
p { color: rgb(8,136,18); }
H1.HeaderClassName
{
color: #088812;
}
.AnyTagClassName
{
color: #088812;
}
</style>
background-color css
<style>
a { background-color: #088812; }
a { background-color: rgb(8,136,18); }
div.DivClassName
{
background-color: #088812;
}
.BgClassName
{
background-color: #088812;
}
</style>
border-color css
<style>
span { border-color: #088812; }
span { border-color: rgb(8,136,18); }
td.TdClassName
{
border-color: #088812;
}
.TagClassName
{
border-color: #088812;
}
</style>