Shades of Green #088814
Tints of Green #088814
RGB
CMYK
RGB Variations
Color information
#088814 (or 0x088814) is known color: Green. HEX triplet: 08, 88 and 14. RGB value is (8,136,20). Sum of RGB (Red+Green+Blue) = 8+136+20=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 136 (53.52% from 255 or 82.93% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 136 - color contains mainly: green. Hex color #088814 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088814 is #F777EB. Grayscale: #545454. Windows color (decimal): -16218092 or 1345544. OLE color: 1345544.
HSL color Cylindrical-coordinate representation of color #088814: hue angle of 125.62º 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 #088814 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 20 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.47 |
| HSL | 125.63º | 0.89% | 0.28% | - |
| HSV(B) | 125.63º | 0.94% | 0.53% | - |
| XYZ | 9.03 | 17.71 | 3.6 | - |
| YUV | 84.5 | 91.59 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 20 | 0.94 | 0 | 0.85 | 0.47 | 125.63 | 0.89 | 0.28 |
| Hex | 8 | 88 | 14 | 5E | 0 | 55 | 2F | 7E | 59 | 1C |
| Octal | 10 | 210 | 24 | 136 | 0 | 125 | 57 | 176 | 131 | 34 |
| Binary | 1000 | 10001000 | 10100 | 1011110 | 0 | 1010101 | 101111 | 1111110 | 1011001 | 11100 |
Color Harmonies of #088814
Complementary color
Monochromatic Colors of #088814
Black with #088814
Text Example
Text Example
White with #088814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088814; }
p { color: rgb(8,136,20); }
H1.HeaderClassName
{
color: #088814;
}
.AnyTagClassName
{
color: #088814;
}
</style>
background-color css
<style>
a { background-color: #088814; }
a { background-color: rgb(8,136,20); }
div.DivClassName
{
background-color: #088814;
}
.BgClassName
{
background-color: #088814;
}
</style>
border-color css
<style>
span { border-color: #088814; }
span { border-color: rgb(8,136,20); }
td.TdClassName
{
border-color: #088814;
}
.TagClassName
{
border-color: #088814;
}
</style>