Shades of Green #0E780A
Tints of Green #0E780A
RGB
CMYK
RGB Variations
Color information
#0E780A (or 0x0E780A) is known color: Green. HEX triplet: 0E, 78 and 0A. RGB value is (14,120,10). Sum of RGB (Red+Green+Blue) = 14+120+10=144 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.72% from 144); Green value is 120 (47.27% from 255 or 83.33% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 120 - color contains mainly: green. Hex color #0E780A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E780A is #F187F5. Grayscale: #4C4C4C. Windows color (decimal): -15828982 or 686094. OLE color: 686094.
HSL color Cylindrical-coordinate representation of color #0E780A: hue angle of 117.82º 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 #0E780A is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 120 | 10 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.53 |
| HSL | 117.82º | 0.85% | 0.25% | - |
| HSV(B) | 117.82º | 0.92% | 0.47% | - |
| XYZ | 6.95 | 13.55 | 2.54 | - |
| YUV | 75.77 | 90.88 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 120 | 10 | 0.88 | 0 | 0.92 | 0.53 | 117.82 | 0.85 | 0.25 |
| Hex | E | 78 | A | 58 | 0 | 5C | 35 | 76 | 55 | 19 |
| Octal | 16 | 170 | 12 | 130 | 0 | 134 | 65 | 166 | 125 | 31 |
| Binary | 1110 | 1111000 | 1010 | 1011000 | 0 | 1011100 | 110101 | 1110110 | 1010101 | 11001 |
Color Harmonies of #0E780A
Complementary color
Monochromatic Colors of #0E780A
Black with #0E780A
Text Example
Text Example
White with #0E780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E780A; }
p { color: rgb(14,120,10); }
H1.HeaderClassName
{
color: #0E780A;
}
.AnyTagClassName
{
color: #0E780A;
}
</style>
background-color css
<style>
a { background-color: #0E780A; }
a { background-color: rgb(14,120,10); }
div.DivClassName
{
background-color: #0E780A;
}
.BgClassName
{
background-color: #0E780A;
}
</style>
border-color css
<style>
span { border-color: #0E780A; }
span { border-color: rgb(14,120,10); }
td.TdClassName
{
border-color: #0E780A;
}
.TagClassName
{
border-color: #0E780A;
}
</style>