Shades of Green #0A7812
Tints of Green #0A7812
RGB
CMYK
RGB Variations
Color information
#0A7812 (or 0x0A7812) is known color: Green. HEX triplet: 0A, 78 and 12. RGB value is (10,120,18). Sum of RGB (Red+Green+Blue) = 10+120+18=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 120 (47.27% from 255 or 81.08% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7812 is #F587ED. Grayscale: #4B4B4B. Windows color (decimal): -16091118 or 1210378. OLE color: 1210378.
HSL color Cylindrical-coordinate representation of color #0A7812: hue angle of 124.36º 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 #0A7812 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 120 | 18 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.53 |
| HSL | 124.36º | 0.85% | 0.25% | - |
| HSV(B) | 124.36º | 0.92% | 0.47% | - |
| XYZ | 6.95 | 13.54 | 2.82 | - |
| YUV | 75.48 | 95.56 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 120 | 18 | 0.92 | 0 | 0.85 | 0.53 | 124.36 | 0.85 | 0.25 |
| Hex | A | 78 | 12 | 5C | 0 | 55 | 35 | 7C | 55 | 19 |
| Octal | 12 | 170 | 22 | 134 | 0 | 125 | 65 | 174 | 125 | 31 |
| Binary | 1010 | 1111000 | 10010 | 1011100 | 0 | 1010101 | 110101 | 1111100 | 1010101 | 11001 |
Color Harmonies of #0A7812
Complementary color
Monochromatic Colors of #0A7812
Black with #0A7812
Text Example
Text Example
White with #0A7812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7812; }
p { color: rgb(10,120,18); }
H1.HeaderClassName
{
color: #0A7812;
}
.AnyTagClassName
{
color: #0A7812;
}
</style>
background-color css
<style>
a { background-color: #0A7812; }
a { background-color: rgb(10,120,18); }
div.DivClassName
{
background-color: #0A7812;
}
.BgClassName
{
background-color: #0A7812;
}
</style>
border-color css
<style>
span { border-color: #0A7812; }
span { border-color: rgb(10,120,18); }
td.TdClassName
{
border-color: #0A7812;
}
.TagClassName
{
border-color: #0A7812;
}
</style>