Shades of Green #088012
Tints of Green #088012
RGB
CMYK
RGB Variations
Color information
#088012 (or 0x088012) is known color: Green. HEX triplet: 08, 80 and 12. RGB value is (8,128,18). Sum of RGB (Red+Green+Blue) = 8+128+18=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 128 (50.39% from 255 or 83.12% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 128 - color contains mainly: green. Hex color #088012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088012 is #F77FED. Grayscale: #4F4F4F. Windows color (decimal): -16220142 or 1212424. OLE color: 1212424.
HSL color Cylindrical-coordinate representation of color #088012: hue angle of 125º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088012 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 128 | 18 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.50 |
| HSL | 125º | 0.88% | 0.27% | - |
| HSV(B) | 125º | 0.94% | 0.5% | - |
| XYZ | 7.93 | 15.53 | 3.15 | - |
| YUV | 79.58 | 93.24 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 18 | 0.94 | 0 | 0.86 | 0.50 | 125 | 0.88 | 0.27 |
| Hex | 8 | 80 | 12 | 5E | 0 | 56 | 32 | 7D | 58 | 1B |
| Octal | 10 | 200 | 22 | 136 | 0 | 126 | 62 | 175 | 130 | 33 |
| Binary | 1000 | 10000000 | 10010 | 1011110 | 0 | 1010110 | 110010 | 1111101 | 1011000 | 11011 |
Color Harmonies of #088012
Complementary color
Monochromatic Colors of #088012
Black with #088012
Text Example
Text Example
White with #088012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088012; }
p { color: rgb(8,128,18); }
H1.HeaderClassName
{
color: #088012;
}
.AnyTagClassName
{
color: #088012;
}
</style>
background-color css
<style>
a { background-color: #088012; }
a { background-color: rgb(8,128,18); }
div.DivClassName
{
background-color: #088012;
}
.BgClassName
{
background-color: #088012;
}
</style>
border-color css
<style>
span { border-color: #088012; }
span { border-color: rgb(8,128,18); }
td.TdClassName
{
border-color: #088012;
}
.TagClassName
{
border-color: #088012;
}
</style>