Shades of Green #0A7819
Tints of Green #0A7819
RGB
CMYK
RGB Variations
Color information
#0A7819 (or 0x0A7819) is known color: Green. HEX triplet: 0A, 78 and 19. RGB value is (10,120,25). Sum of RGB (Red+Green+Blue) = 10+120+25=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 120 (47.27% from 255 or 77.42% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7819 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7819 is #F587E6. Grayscale: #4C4C4C. Windows color (decimal): -16091111 or 1669130. OLE color: 1669130.
HSL color Cylindrical-coordinate representation of color #0A7819: hue angle of 128.18º 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 #0A7819 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 120 | 25 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.53 |
| HSL | 128.18º | 0.85% | 0.25% | - |
| HSV(B) | 128.18º | 0.92% | 0.47% | - |
| XYZ | 7.02 | 13.57 | 3.17 | - |
| YUV | 76.28 | 99.06 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 120 | 25 | 0.92 | 0 | 0.79 | 0.53 | 128.18 | 0.85 | 0.25 |
| Hex | A | 78 | 19 | 5C | 0 | 4F | 35 | 80 | 55 | 19 |
| Octal | 12 | 170 | 31 | 134 | 0 | 117 | 65 | 200 | 125 | 31 |
| Binary | 1010 | 1111000 | 11001 | 1011100 | 0 | 1001111 | 110101 | 10000000 | 1010101 | 11001 |
Color Harmonies of #0A7819
Complementary color
Monochromatic Colors of #0A7819
Black with #0A7819
Text Example
Text Example
White with #0A7819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7819; }
p { color: rgb(10,120,25); }
H1.HeaderClassName
{
color: #0A7819;
}
.AnyTagClassName
{
color: #0A7819;
}
</style>
background-color css
<style>
a { background-color: #0A7819; }
a { background-color: rgb(10,120,25); }
div.DivClassName
{
background-color: #0A7819;
}
.BgClassName
{
background-color: #0A7819;
}
</style>
border-color css
<style>
span { border-color: #0A7819; }
span { border-color: rgb(10,120,25); }
td.TdClassName
{
border-color: #0A7819;
}
.TagClassName
{
border-color: #0A7819;
}
</style>