Shades of Green #0A890D
Tints of Green #0A890D
RGB
CMYK
RGB Variations
Color information
#0A890D (or 0x0A890D) is known color: Green. HEX triplet: 0A, 89 and 0D. RGB value is (10,137,13). Sum of RGB (Red+Green+Blue) = 10+137+13=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 137 (53.91% from 255 or 85.62% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 137 - color contains mainly: green. Hex color #0A890D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A890D is #F576F2. Grayscale: #555555. Windows color (decimal): -16086771 or 887050. OLE color: 887050.
HSL color Cylindrical-coordinate representation of color #0A890D: hue angle of 121.42º 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 #0A890D is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 137 | 13 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.46 |
| HSL | 121.42º | 0.86% | 0.29% | - |
| HSV(B) | 121.42º | 0.93% | 0.54% | - |
| XYZ | 9.14 | 17.98 | 3.37 | - |
| YUV | 84.89 | 87.42 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 137 | 13 | 0.93 | 0 | 0.91 | 0.46 | 121.42 | 0.86 | 0.29 |
| Hex | A | 89 | D | 5D | 0 | 5B | 2E | 79 | 56 | 1D |
| Octal | 12 | 211 | 15 | 135 | 0 | 133 | 56 | 171 | 126 | 35 |
| Binary | 1010 | 10001001 | 1101 | 1011101 | 0 | 1011011 | 101110 | 1111001 | 1010110 | 11101 |
Color Harmonies of #0A890D
Complementary color
Monochromatic Colors of #0A890D
Black with #0A890D
Text Example
Text Example
White with #0A890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A890D; }
p { color: rgb(10,137,13); }
H1.HeaderClassName
{
color: #0A890D;
}
.AnyTagClassName
{
color: #0A890D;
}
</style>
background-color css
<style>
a { background-color: #0A890D; }
a { background-color: rgb(10,137,13); }
div.DivClassName
{
background-color: #0A890D;
}
.BgClassName
{
background-color: #0A890D;
}
</style>
border-color css
<style>
span { border-color: #0A890D; }
span { border-color: rgb(10,137,13); }
td.TdClassName
{
border-color: #0A890D;
}
.TagClassName
{
border-color: #0A890D;
}
</style>