Shades of Green #0A890A
Tints of Green #0A890A
RGB
CMYK
RGB Variations
Color information
#0A890A (or 0x0A890A) is known color: Green. HEX triplet: 0A, 89 and 0A. RGB value is (10,137,10). Sum of RGB (Red+Green+Blue) = 10+137+10=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 137 (53.91% from 255 or 87.26% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 137 - color contains mainly: green. Hex color #0A890A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A890A is #F576F5. Grayscale: #545454. Windows color (decimal): -16086774 or 690442. OLE color: 690442.
HSL color Cylindrical-coordinate representation of color #0A890A: hue angle of 120º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A890A is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 137 | 10 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.46 |
| HSL | 120º | 0.86% | 0.29% | - |
| HSV(B) | 120º | 0.93% | 0.54% | - |
| XYZ | 9.13 | 17.98 | 3.28 | - |
| YUV | 84.55 | 85.92 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 137 | 10 | 0.93 | 0 | 0.93 | 0.46 | 120 | 0.86 | 0.29 |
| Hex | A | 89 | A | 5D | 0 | 5D | 2E | 78 | 56 | 1D |
| Octal | 12 | 211 | 12 | 135 | 0 | 135 | 56 | 170 | 126 | 35 |
| Binary | 1010 | 10001001 | 1010 | 1011101 | 0 | 1011101 | 101110 | 1111000 | 1010110 | 11101 |
Color Harmonies of #0A890A
Complementary color
Monochromatic Colors of #0A890A
Black with #0A890A
Text Example
Text Example
White with #0A890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A890A; }
p { color: rgb(10,137,10); }
H1.HeaderClassName
{
color: #0A890A;
}
.AnyTagClassName
{
color: #0A890A;
}
</style>
background-color css
<style>
a { background-color: #0A890A; }
a { background-color: rgb(10,137,10); }
div.DivClassName
{
background-color: #0A890A;
}
.BgClassName
{
background-color: #0A890A;
}
</style>
border-color css
<style>
span { border-color: #0A890A; }
span { border-color: rgb(10,137,10); }
td.TdClassName
{
border-color: #0A890A;
}
.TagClassName
{
border-color: #0A890A;
}
</style>