Shades of Green #0A8B14
Tints of Green #0A8B14
RGB
CMYK
RGB Variations
Color information
#0A8B14 (or 0x0A8B14) is known color: Green. HEX triplet: 0A, 8B and 14. RGB value is (10,139,20). Sum of RGB (Red+Green+Blue) = 10+139+20=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 139 (54.69% from 255 or 82.25% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 139 - color contains mainly: green. Hex color #0A8B14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8B14 is #F574EB. Grayscale: #575757. Windows color (decimal): -16086252 or 1346314. OLE color: 1346314.
HSL color Cylindrical-coordinate representation of color #0A8B14: hue angle of 124.65º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8B14 is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 139 | 20 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.45 |
| HSL | 124.65º | 0.87% | 0.29% | - |
| HSV(B) | 124.65º | 0.93% | 0.55% | - |
| XYZ | 9.48 | 18.58 | 3.75 | - |
| YUV | 86.86 | 90.26 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 139 | 20 | 0.93 | 0 | 0.86 | 0.45 | 124.65 | 0.87 | 0.29 |
| Hex | A | 8B | 14 | 5D | 0 | 56 | 2D | 7D | 57 | 1D |
| Octal | 12 | 213 | 24 | 135 | 0 | 126 | 55 | 175 | 127 | 35 |
| Binary | 1010 | 10001011 | 10100 | 1011101 | 0 | 1010110 | 101101 | 1111101 | 1010111 | 11101 |
Color Harmonies of #0A8B14
Complementary color
Monochromatic Colors of #0A8B14
Black with #0A8B14
Text Example
Text Example
White with #0A8B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8B14; }
p { color: rgb(10,139,20); }
H1.HeaderClassName
{
color: #0A8B14;
}
.AnyTagClassName
{
color: #0A8B14;
}
</style>
background-color css
<style>
a { background-color: #0A8B14; }
a { background-color: rgb(10,139,20); }
div.DivClassName
{
background-color: #0A8B14;
}
.BgClassName
{
background-color: #0A8B14;
}
</style>
border-color css
<style>
span { border-color: #0A8B14; }
span { border-color: rgb(10,139,20); }
td.TdClassName
{
border-color: #0A8B14;
}
.TagClassName
{
border-color: #0A8B14;
}
</style>