Shades of Green #0A8614
Tints of Green #0A8614
RGB
CMYK
RGB Variations
Color information
#0A8614 (or 0x0A8614) is known color: Green. HEX triplet: 0A, 86 and 14. RGB value is (10,134,20). Sum of RGB (Red+Green+Blue) = 10+134+20=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 134 (52.73% from 255 or 81.71% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8614 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8614 is #F579EB. Grayscale: #545454. Windows color (decimal): -16087532 or 1345034. OLE color: 1345034.
HSL color Cylindrical-coordinate representation of color #0A8614: hue angle of 124.84º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8614 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 134 | 20 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.47 |
| HSL | 124.84º | 0.86% | 0.28% | - |
| HSV(B) | 124.84º | 0.93% | 0.53% | - |
| XYZ | 8.78 | 17.17 | 3.51 | - |
| YUV | 83.93 | 91.92 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 20 | 0.93 | 0 | 0.85 | 0.47 | 124.84 | 0.86 | 0.28 |
| Hex | A | 86 | 14 | 5D | 0 | 55 | 2F | 7D | 56 | 1C |
| Octal | 12 | 206 | 24 | 135 | 0 | 125 | 57 | 175 | 126 | 34 |
| Binary | 1010 | 10000110 | 10100 | 1011101 | 0 | 1010101 | 101111 | 1111101 | 1010110 | 11100 |
Color Harmonies of #0A8614
Complementary color
Monochromatic Colors of #0A8614
Black with #0A8614
Text Example
Text Example
White with #0A8614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8614; }
p { color: rgb(10,134,20); }
H1.HeaderClassName
{
color: #0A8614;
}
.AnyTagClassName
{
color: #0A8614;
}
</style>
background-color css
<style>
a { background-color: #0A8614; }
a { background-color: rgb(10,134,20); }
div.DivClassName
{
background-color: #0A8614;
}
.BgClassName
{
background-color: #0A8614;
}
</style>
border-color css
<style>
span { border-color: #0A8614; }
span { border-color: rgb(10,134,20); }
td.TdClassName
{
border-color: #0A8614;
}
.TagClassName
{
border-color: #0A8614;
}
</style>