Shades of Green #14760A
Tints of Green #14760A
RGB
CMYK
RGB Variations
Color information
#14760A (or 0x14760A) is known color: Green. HEX triplet: 14, 76 and 0A. RGB value is (20,118,10). Sum of RGB (Red+Green+Blue) = 20+118+10=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 118 (46.48% from 255 or 79.73% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 118 - color contains mainly: green. Hex color #14760A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14760A is #EB89F5. Grayscale: #4C4C4C. Windows color (decimal): -15436278 or 685588. OLE color: 685588.
HSL color Cylindrical-coordinate representation of color #14760A: hue angle of 114.44º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14760A is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 118 | 10 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.54 |
| HSL | 114.44º | 0.84% | 0.25% | - |
| HSV(B) | 114.44º | 0.92% | 0.46% | - |
| XYZ | 6.82 | 13.13 | 2.46 | - |
| YUV | 76.39 | 90.53 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 10 | 0.83 | 0 | 0.92 | 0.54 | 114.44 | 0.84 | 0.25 |
| Hex | 14 | 76 | A | 53 | 0 | 5C | 36 | 72 | 54 | 19 |
| Octal | 24 | 166 | 12 | 123 | 0 | 134 | 66 | 162 | 124 | 31 |
| Binary | 10100 | 1110110 | 1010 | 1010011 | 0 | 1011100 | 110110 | 1110010 | 1010100 | 11001 |
Color Harmonies of #14760A
Complementary color
Monochromatic Colors of #14760A
Black with #14760A
Text Example
Text Example
White with #14760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14760A; }
p { color: rgb(20,118,10); }
H1.HeaderClassName
{
color: #14760A;
}
.AnyTagClassName
{
color: #14760A;
}
</style>
background-color css
<style>
a { background-color: #14760A; }
a { background-color: rgb(20,118,10); }
div.DivClassName
{
background-color: #14760A;
}
.BgClassName
{
background-color: #14760A;
}
</style>
border-color css
<style>
span { border-color: #14760A; }
span { border-color: rgb(20,118,10); }
td.TdClassName
{
border-color: #14760A;
}
.TagClassName
{
border-color: #14760A;
}
</style>