Shades of Green #14640C
Tints of Green #14640C
RGB
CMYK
RGB Variations
Color information
#14640C (or 0x14640C) is known color: Green. HEX triplet: 14, 64 and 0C. RGB value is (20,100,12). Sum of RGB (Red+Green+Blue) = 20+100+12=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 100 (39.45% from 255 or 75.76% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 100 - color contains mainly: green. Hex color #14640C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14640C is #EB9BF3. Grayscale: #424242. Windows color (decimal): -15440884 or 812052. OLE color: 812052.
HSL color Cylindrical-coordinate representation of color #14640C: hue angle of 114.55º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14640C is Cyan = 0.8, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 12 | - |
| CMYK | 0.8 | 0 | 0.88 | 0.61 |
| HSL | 114.55º | 0.79% | 0.22% | - |
| HSV(B) | 114.55º | 0.88% | 0.39% | - |
| XYZ | 4.91 | 9.29 | 1.88 | - |
| YUV | 66.05 | 97.5 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 12 | 0.8 | 0 | 0.88 | 0.61 | 114.55 | 0.79 | 0.22 |
| Hex | 14 | 64 | C | 50 | 0 | 58 | 3D | 73 | 4F | 16 |
| Octal | 24 | 144 | 14 | 120 | 0 | 130 | 75 | 163 | 117 | 26 |
| Binary | 10100 | 1100100 | 1100 | 1010000 | 0 | 1011000 | 111101 | 1110011 | 1001111 | 10110 |
Color Harmonies of #14640C
Complementary color
Monochromatic Colors of #14640C
Black with #14640C
Text Example
Text Example
White with #14640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14640C; }
p { color: rgb(20,100,12); }
H1.HeaderClassName
{
color: #14640C;
}
.AnyTagClassName
{
color: #14640C;
}
</style>
background-color css
<style>
a { background-color: #14640C; }
a { background-color: rgb(20,100,12); }
div.DivClassName
{
background-color: #14640C;
}
.BgClassName
{
background-color: #14640C;
}
</style>
border-color css
<style>
span { border-color: #14640C; }
span { border-color: rgb(20,100,12); }
td.TdClassName
{
border-color: #14640C;
}
.TagClassName
{
border-color: #14640C;
}
</style>