Shades of Green #14780A
Tints of Green #14780A
RGB
CMYK
RGB Variations
Color information
#14780A (or 0x14780A) is known color: Green. HEX triplet: 14, 78 and 0A. RGB value is (20,120,10). Sum of RGB (Red+Green+Blue) = 20+120+10=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 120 (47.27% from 255 or 80% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 120 - color contains mainly: green. Hex color #14780A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14780A is #EB87F5. Grayscale: #4D4D4D. Windows color (decimal): -15435766 or 686100. OLE color: 686100.
HSL color Cylindrical-coordinate representation of color #14780A: hue angle of 114.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 #14780A is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 120 | 10 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.53 |
| HSL | 114.55º | 0.85% | 0.25% | - |
| HSV(B) | 114.55º | 0.92% | 0.47% | - |
| XYZ | 7.06 | 13.6 | 2.54 | - |
| YUV | 77.56 | 89.87 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 120 | 10 | 0.83 | 0 | 0.92 | 0.53 | 114.55 | 0.85 | 0.25 |
| Hex | 14 | 78 | A | 53 | 0 | 5C | 35 | 73 | 55 | 19 |
| Octal | 24 | 170 | 12 | 123 | 0 | 134 | 65 | 163 | 125 | 31 |
| Binary | 10100 | 1111000 | 1010 | 1010011 | 0 | 1011100 | 110101 | 1110011 | 1010101 | 11001 |
Color Harmonies of #14780A
Complementary color
Monochromatic Colors of #14780A
Black with #14780A
Text Example
Text Example
White with #14780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14780A; }
p { color: rgb(20,120,10); }
H1.HeaderClassName
{
color: #14780A;
}
.AnyTagClassName
{
color: #14780A;
}
</style>
background-color css
<style>
a { background-color: #14780A; }
a { background-color: rgb(20,120,10); }
div.DivClassName
{
background-color: #14780A;
}
.BgClassName
{
background-color: #14780A;
}
</style>
border-color css
<style>
span { border-color: #14780A; }
span { border-color: rgb(20,120,10); }
td.TdClassName
{
border-color: #14780A;
}
.TagClassName
{
border-color: #14780A;
}
</style>