Shades of Green #0A8914
Tints of Green #0A8914
RGB
CMYK
RGB Variations
Color information
#0A8914 (or 0x0A8914) is known color: Green. HEX triplet: 0A, 89 and 14. RGB value is (10,137,20). Sum of RGB (Red+Green+Blue) = 10+137+20=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 137 (53.91% from 255 or 82.04% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8914 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8914 is #F576EB. Grayscale: #565656. Windows color (decimal): -16086764 or 1345802. OLE color: 1345802.
HSL color Cylindrical-coordinate representation of color #0A8914: hue angle of 124.72º 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 #0A8914 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 137 | 20 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.46 |
| HSL | 124.72º | 0.86% | 0.29% | - |
| HSV(B) | 124.72º | 0.93% | 0.54% | - |
| XYZ | 9.2 | 18.01 | 3.65 | - |
| YUV | 85.69 | 90.92 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 137 | 20 | 0.93 | 0 | 0.85 | 0.46 | 124.72 | 0.86 | 0.29 |
| Hex | A | 89 | 14 | 5D | 0 | 55 | 2E | 7D | 56 | 1D |
| Octal | 12 | 211 | 24 | 135 | 0 | 125 | 56 | 175 | 126 | 35 |
| Binary | 1010 | 10001001 | 10100 | 1011101 | 0 | 1010101 | 101110 | 1111101 | 1010110 | 11101 |
Color Harmonies of #0A8914
Complementary color
Monochromatic Colors of #0A8914
Black with #0A8914
Text Example
Text Example
White with #0A8914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8914; }
p { color: rgb(10,137,20); }
H1.HeaderClassName
{
color: #0A8914;
}
.AnyTagClassName
{
color: #0A8914;
}
</style>
background-color css
<style>
a { background-color: #0A8914; }
a { background-color: rgb(10,137,20); }
div.DivClassName
{
background-color: #0A8914;
}
.BgClassName
{
background-color: #0A8914;
}
</style>
border-color css
<style>
span { border-color: #0A8914; }
span { border-color: rgb(10,137,20); }
td.TdClassName
{
border-color: #0A8914;
}
.TagClassName
{
border-color: #0A8914;
}
</style>