Shades of Green #14660F
Tints of Green #14660F
RGB
CMYK
RGB Variations
Color information
#14660F (or 0x14660F) is known color: Green. HEX triplet: 14, 66 and 0F. RGB value is (20,102,15). Sum of RGB (Red+Green+Blue) = 20+102+15=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 102 (40.23% from 255 or 74.45% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 102 - color contains mainly: green. Hex color #14660F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14660F is #EB99F0. Grayscale: #434343. Windows color (decimal): -15440369 or 1009172. OLE color: 1009172.
HSL color Cylindrical-coordinate representation of color #14660F: hue angle of 116.55º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14660F is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 102 | 15 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.6 |
| HSL | 116.55º | 0.74% | 0.23% | - |
| HSV(B) | 116.55º | 0.85% | 0.4% | - |
| XYZ | 5.13 | 9.69 | 2.05 | - |
| YUV | 67.56 | 98.33 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 15 | 0.80 | 0 | 0.85 | 0.6 | 116.55 | 0.74 | 0.23 |
| Hex | 14 | 66 | F | 50 | 0 | 55 | 3C | 75 | 4A | 17 |
| Octal | 24 | 146 | 17 | 120 | 0 | 125 | 74 | 165 | 112 | 27 |
| Binary | 10100 | 1100110 | 1111 | 1010000 | 0 | 1010101 | 111100 | 1110101 | 1001010 | 10111 |
Color Harmonies of #14660F
Complementary color
Monochromatic Colors of #14660F
Black with #14660F
Text Example
Text Example
White with #14660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14660F; }
p { color: rgb(20,102,15); }
H1.HeaderClassName
{
color: #14660F;
}
.AnyTagClassName
{
color: #14660F;
}
</style>
background-color css
<style>
a { background-color: #14660F; }
a { background-color: rgb(20,102,15); }
div.DivClassName
{
background-color: #14660F;
}
.BgClassName
{
background-color: #14660F;
}
</style>
border-color css
<style>
span { border-color: #14660F; }
span { border-color: rgb(20,102,15); }
td.TdClassName
{
border-color: #14660F;
}
.TagClassName
{
border-color: #14660F;
}
</style>