Shades of Green #0A8214
Tints of Green #0A8214
RGB
CMYK
RGB Variations
Color information
#0A8214 (or 0x0A8214) is known color: Green. HEX triplet: 0A, 82 and 14. RGB value is (10,130,20). Sum of RGB (Red+Green+Blue) = 10+130+20=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 130 (51.17% from 255 or 81.25% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 130 - color contains mainly: green. Hex color #0A8214 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8214 is #F57DEB. Grayscale: #515151. Windows color (decimal): -16088556 or 1344010. OLE color: 1344010.
HSL color Cylindrical-coordinate representation of color #0A8214: hue angle of 125º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8214 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 130 | 20 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.49 |
| HSL | 125º | 0.86% | 0.27% | - |
| HSV(B) | 125º | 0.92% | 0.51% | - |
| XYZ | 8.23 | 16.08 | 3.33 | - |
| YUV | 81.58 | 93.24 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 130 | 20 | 0.92 | 0 | 0.85 | 0.49 | 125 | 0.86 | 0.27 |
| Hex | A | 82 | 14 | 5C | 0 | 55 | 31 | 7D | 56 | 1B |
| Octal | 12 | 202 | 24 | 134 | 0 | 125 | 61 | 175 | 126 | 33 |
| Binary | 1010 | 10000010 | 10100 | 1011100 | 0 | 1010101 | 110001 | 1111101 | 1010110 | 11011 |
Color Harmonies of #0A8214
Complementary color
Monochromatic Colors of #0A8214
Black with #0A8214
Text Example
Text Example
White with #0A8214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8214; }
p { color: rgb(10,130,20); }
H1.HeaderClassName
{
color: #0A8214;
}
.AnyTagClassName
{
color: #0A8214;
}
</style>
background-color css
<style>
a { background-color: #0A8214; }
a { background-color: rgb(10,130,20); }
div.DivClassName
{
background-color: #0A8214;
}
.BgClassName
{
background-color: #0A8214;
}
</style>
border-color css
<style>
span { border-color: #0A8214; }
span { border-color: rgb(10,130,20); }
td.TdClassName
{
border-color: #0A8214;
}
.TagClassName
{
border-color: #0A8214;
}
</style>