Shades of Green #0A890F
Tints of Green #0A890F
RGB
CMYK
RGB Variations
Color information
#0A890F (or 0x0A890F) is known color: Green. HEX triplet: 0A, 89 and 0F. RGB value is (10,137,15). Sum of RGB (Red+Green+Blue) = 10+137+15=162 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.17% from 162); Green value is 137 (53.91% from 255 or 84.57% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 137 - color contains mainly: green. Hex color #0A890F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A890F is #F576F0. Grayscale: #555555. Windows color (decimal): -16086769 or 1018122. OLE color: 1018122.
HSL color Cylindrical-coordinate representation of color #0A890F: hue angle of 122.36º 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 #0A890F is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 137 | 15 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.46 |
| HSL | 122.36º | 0.86% | 0.29% | - |
| HSV(B) | 122.36º | 0.93% | 0.54% | - |
| XYZ | 9.16 | 17.99 | 3.44 | - |
| YUV | 85.12 | 88.42 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 137 | 15 | 0.93 | 0 | 0.89 | 0.46 | 122.36 | 0.86 | 0.29 |
| Hex | A | 89 | F | 5D | 0 | 59 | 2E | 7A | 56 | 1D |
| Octal | 12 | 211 | 17 | 135 | 0 | 131 | 56 | 172 | 126 | 35 |
| Binary | 1010 | 10001001 | 1111 | 1011101 | 0 | 1011001 | 101110 | 1111010 | 1010110 | 11101 |
Color Harmonies of #0A890F
Complementary color
Monochromatic Colors of #0A890F
Black with #0A890F
Text Example
Text Example
White with #0A890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A890F; }
p { color: rgb(10,137,15); }
H1.HeaderClassName
{
color: #0A890F;
}
.AnyTagClassName
{
color: #0A890F;
}
</style>
background-color css
<style>
a { background-color: #0A890F; }
a { background-color: rgb(10,137,15); }
div.DivClassName
{
background-color: #0A890F;
}
.BgClassName
{
background-color: #0A890F;
}
</style>
border-color css
<style>
span { border-color: #0A890F; }
span { border-color: rgb(10,137,15); }
td.TdClassName
{
border-color: #0A890F;
}
.TagClassName
{
border-color: #0A890F;
}
</style>