Shades of Green #0A8809
Tints of Green #0A8809
RGB
CMYK
RGB Variations
Color information
#0A8809 (or 0x0A8809) is known color: Green. HEX triplet: 0A, 88 and 09. RGB value is (10,136,9). Sum of RGB (Red+Green+Blue) = 10+136+9=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 136 (53.52% from 255 or 87.74% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8809 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8809 is #F577F6. Grayscale: #545454. Windows color (decimal): -16087031 or 624650. OLE color: 624650.
HSL color Cylindrical-coordinate representation of color #0A8809: hue angle of 119.53º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8809 is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 136 | 9 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.47 |
| HSL | 119.53º | 0.88% | 0.28% | - |
| HSV(B) | 119.53º | 0.93% | 0.53% | - |
| XYZ | 8.98 | 17.69 | 3.2 | - |
| YUV | 83.85 | 85.76 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 136 | 9 | 0.93 | 0 | 0.93 | 0.47 | 119.53 | 0.88 | 0.28 |
| Hex | A | 88 | 9 | 5D | 0 | 5D | 2F | 78 | 58 | 1C |
| Octal | 12 | 210 | 11 | 135 | 0 | 135 | 57 | 170 | 130 | 34 |
| Binary | 1010 | 10001000 | 1001 | 1011101 | 0 | 1011101 | 101111 | 1111000 | 1011000 | 11100 |
Color Harmonies of #0A8809
Complementary color
Monochromatic Colors of #0A8809
Black with #0A8809
Text Example
Text Example
White with #0A8809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8809; }
p { color: rgb(10,136,9); }
H1.HeaderClassName
{
color: #0A8809;
}
.AnyTagClassName
{
color: #0A8809;
}
</style>
background-color css
<style>
a { background-color: #0A8809; }
a { background-color: rgb(10,136,9); }
div.DivClassName
{
background-color: #0A8809;
}
.BgClassName
{
background-color: #0A8809;
}
</style>
border-color css
<style>
span { border-color: #0A8809; }
span { border-color: rgb(10,136,9); }
td.TdClassName
{
border-color: #0A8809;
}
.TagClassName
{
border-color: #0A8809;
}
</style>