Shades of Green #14710C
Tints of Green #14710C
RGB
CMYK
RGB Variations
Color information
#14710C (or 0x14710C) is known color: Green. HEX triplet: 14, 71 and 0C. RGB value is (20,113,12). Sum of RGB (Red+Green+Blue) = 20+113+12=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 113 (44.53% from 255 or 77.93% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 113 - color contains mainly: green. Hex color #14710C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14710C is #EB8EF3. Grayscale: #494949. Windows color (decimal): -15437556 or 815380. OLE color: 815380.
HSL color Cylindrical-coordinate representation of color #14710C: hue angle of 115.25º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14710C is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 12 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.56 |
| HSL | 115.25º | 0.81% | 0.25% | - |
| HSV(B) | 115.25º | 0.89% | 0.44% | - |
| XYZ | 6.26 | 11.99 | 2.33 | - |
| YUV | 73.68 | 93.19 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 12 | 0.82 | 0 | 0.89 | 0.56 | 115.25 | 0.81 | 0.25 |
| Hex | 14 | 71 | C | 52 | 0 | 59 | 38 | 73 | 51 | 19 |
| Octal | 24 | 161 | 14 | 122 | 0 | 131 | 70 | 163 | 121 | 31 |
| Binary | 10100 | 1110001 | 1100 | 1010010 | 0 | 1011001 | 111000 | 1110011 | 1010001 | 11001 |
Color Harmonies of #14710C
Complementary color
Monochromatic Colors of #14710C
Black with #14710C
Text Example
Text Example
White with #14710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14710C; }
p { color: rgb(20,113,12); }
H1.HeaderClassName
{
color: #14710C;
}
.AnyTagClassName
{
color: #14710C;
}
</style>
background-color css
<style>
a { background-color: #14710C; }
a { background-color: rgb(20,113,12); }
div.DivClassName
{
background-color: #14710C;
}
.BgClassName
{
background-color: #14710C;
}
</style>
border-color css
<style>
span { border-color: #14710C; }
span { border-color: rgb(20,113,12); }
td.TdClassName
{
border-color: #14710C;
}
.TagClassName
{
border-color: #14710C;
}
</style>