Shades of Green #0A7816
Tints of Green #0A7816
RGB
CMYK
RGB Variations
Color information
#0A7816 (or 0x0A7816) is known color: Green. HEX triplet: 0A, 78 and 16. RGB value is (10,120,22). Sum of RGB (Red+Green+Blue) = 10+120+22=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 120 (47.27% from 255 or 78.95% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7816 is #F587E9. Grayscale: #4C4C4C. Windows color (decimal): -16091114 or 1472522. OLE color: 1472522.
HSL color Cylindrical-coordinate representation of color #0A7816: hue angle of 126.55º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7816 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 120 | 22 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.53 |
| HSL | 126.55º | 0.85% | 0.25% | - |
| HSV(B) | 126.55º | 0.92% | 0.47% | - |
| XYZ | 6.99 | 13.56 | 3.01 | - |
| YUV | 75.94 | 97.56 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 120 | 22 | 0.92 | 0 | 0.82 | 0.53 | 126.55 | 0.85 | 0.25 |
| Hex | A | 78 | 16 | 5C | 0 | 52 | 35 | 7F | 55 | 19 |
| Octal | 12 | 170 | 26 | 134 | 0 | 122 | 65 | 177 | 125 | 31 |
| Binary | 1010 | 1111000 | 10110 | 1011100 | 0 | 1010010 | 110101 | 1111111 | 1010101 | 11001 |
Color Harmonies of #0A7816
Complementary color
Monochromatic Colors of #0A7816
Black with #0A7816
Text Example
Text Example
White with #0A7816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7816; }
p { color: rgb(10,120,22); }
H1.HeaderClassName
{
color: #0A7816;
}
.AnyTagClassName
{
color: #0A7816;
}
</style>
background-color css
<style>
a { background-color: #0A7816; }
a { background-color: rgb(10,120,22); }
div.DivClassName
{
background-color: #0A7816;
}
.BgClassName
{
background-color: #0A7816;
}
</style>
border-color css
<style>
span { border-color: #0A7816; }
span { border-color: rgb(10,120,22); }
td.TdClassName
{
border-color: #0A7816;
}
.TagClassName
{
border-color: #0A7816;
}
</style>