Shades of Green #14720A
Tints of Green #14720A
RGB
CMYK
RGB Variations
Color information
#14720A (or 0x14720A) is known color: Green. HEX triplet: 14, 72 and 0A. RGB value is (20,114,10). Sum of RGB (Red+Green+Blue) = 20+114+10=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 114 (44.92% from 255 or 79.17% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 114 - color contains mainly: green. Hex color #14720A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14720A is #EB8DF5. Grayscale: #4A4A4A. Windows color (decimal): -15437302 or 684564. OLE color: 684564.
HSL color Cylindrical-coordinate representation of color #14720A: hue angle of 114.23º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14720A is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 10 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.55 |
| HSL | 114.23º | 0.84% | 0.24% | - |
| HSV(B) | 114.23º | 0.91% | 0.45% | - |
| XYZ | 6.36 | 12.21 | 2.31 | - |
| YUV | 74.04 | 91.86 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 10 | 0.82 | 0 | 0.91 | 0.55 | 114.23 | 0.84 | 0.24 |
| Hex | 14 | 72 | A | 52 | 0 | 5B | 37 | 72 | 54 | 18 |
| Octal | 24 | 162 | 12 | 122 | 0 | 133 | 67 | 162 | 124 | 30 |
| Binary | 10100 | 1110010 | 1010 | 1010010 | 0 | 1011011 | 110111 | 1110010 | 1010100 | 11000 |
Color Harmonies of #14720A
Complementary color
Monochromatic Colors of #14720A
Black with #14720A
Text Example
Text Example
White with #14720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14720A; }
p { color: rgb(20,114,10); }
H1.HeaderClassName
{
color: #14720A;
}
.AnyTagClassName
{
color: #14720A;
}
</style>
background-color css
<style>
a { background-color: #14720A; }
a { background-color: rgb(20,114,10); }
div.DivClassName
{
background-color: #14720A;
}
.BgClassName
{
background-color: #14720A;
}
</style>
border-color css
<style>
span { border-color: #14720A; }
span { border-color: rgb(20,114,10); }
td.TdClassName
{
border-color: #14720A;
}
.TagClassName
{
border-color: #14720A;
}
</style>