Shades of Green #088912
Tints of Green #088912
RGB
CMYK
RGB Variations
Color information
#088912 (or 0x088912) is known color: Green. HEX triplet: 08, 89 and 12. RGB value is (8,137,18). Sum of RGB (Red+Green+Blue) = 8+137+18=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 137 (53.91% from 255 or 84.05% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 137 - color contains mainly: green. Hex color #088912 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088912 is #F776ED. Grayscale: #555555. Windows color (decimal): -16217838 or 1214728. OLE color: 1214728.
HSL color Cylindrical-coordinate representation of color #088912: hue angle of 124.65º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088912 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 137 | 18 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.46 |
| HSL | 124.65º | 0.89% | 0.28% | - |
| HSV(B) | 124.65º | 0.94% | 0.54% | - |
| XYZ | 9.15 | 17.99 | 3.56 | - |
| YUV | 84.86 | 90.26 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 137 | 18 | 0.94 | 0 | 0.87 | 0.46 | 124.65 | 0.89 | 0.28 |
| Hex | 8 | 89 | 12 | 5E | 0 | 57 | 2E | 7D | 59 | 1C |
| Octal | 10 | 211 | 22 | 136 | 0 | 127 | 56 | 175 | 131 | 34 |
| Binary | 1000 | 10001001 | 10010 | 1011110 | 0 | 1010111 | 101110 | 1111101 | 1011001 | 11100 |
Color Harmonies of #088912
Complementary color
Monochromatic Colors of #088912
Black with #088912
Text Example
Text Example
White with #088912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088912; }
p { color: rgb(8,137,18); }
H1.HeaderClassName
{
color: #088912;
}
.AnyTagClassName
{
color: #088912;
}
</style>
background-color css
<style>
a { background-color: #088912; }
a { background-color: rgb(8,137,18); }
div.DivClassName
{
background-color: #088912;
}
.BgClassName
{
background-color: #088912;
}
</style>
border-color css
<style>
span { border-color: #088912; }
span { border-color: rgb(8,137,18); }
td.TdClassName
{
border-color: #088912;
}
.TagClassName
{
border-color: #088912;
}
</style>