Shades of Green #08880A
Tints of Green #08880A
RGB
CMYK
RGB Variations
Color information
#08880A (or 0x08880A) is known color: Green. HEX triplet: 08, 88 and 0A. RGB value is (8,136,10). Sum of RGB (Red+Green+Blue) = 8+136+10=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 136 (53.52% from 255 or 88.31% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 136 - color contains mainly: green. Hex color #08880A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08880A is #F777F5. Grayscale: #535353. Windows color (decimal): -16218102 or 690184. OLE color: 690184.
HSL color Cylindrical-coordinate representation of color #08880A: hue angle of 120.94º 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 #08880A is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 10 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.47 |
| HSL | 120.94º | 0.89% | 0.28% | - |
| HSV(B) | 120.94º | 0.94% | 0.53% | - |
| XYZ | 8.96 | 17.68 | 3.23 | - |
| YUV | 83.36 | 86.59 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 10 | 0.94 | 0 | 0.93 | 0.47 | 120.94 | 0.89 | 0.28 |
| Hex | 8 | 88 | A | 5E | 0 | 5D | 2F | 79 | 59 | 1C |
| Octal | 10 | 210 | 12 | 136 | 0 | 135 | 57 | 171 | 131 | 34 |
| Binary | 1000 | 10001000 | 1010 | 1011110 | 0 | 1011101 | 101111 | 1111001 | 1011001 | 11100 |
Color Harmonies of #08880A
Complementary color
Monochromatic Colors of #08880A
Black with #08880A
Text Example
Text Example
White with #08880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08880A; }
p { color: rgb(8,136,10); }
H1.HeaderClassName
{
color: #08880A;
}
.AnyTagClassName
{
color: #08880A;
}
</style>
background-color css
<style>
a { background-color: #08880A; }
a { background-color: rgb(8,136,10); }
div.DivClassName
{
background-color: #08880A;
}
.BgClassName
{
background-color: #08880A;
}
</style>
border-color css
<style>
span { border-color: #08880A; }
span { border-color: rgb(8,136,10); }
td.TdClassName
{
border-color: #08880A;
}
.TagClassName
{
border-color: #08880A;
}
</style>