Shades of Green #14850E
Tints of Green #14850E
RGB
CMYK
RGB Variations
Color information
#14850E (or 0x14850E) is known color: Green. HEX triplet: 14, 85 and 0E. RGB value is (20,133,14). Sum of RGB (Red+Green+Blue) = 20+133+14=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 133 (52.34% from 255 or 79.64% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 133 - color contains mainly: green. Hex color #14850E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14850E is #EB7AF1. Grayscale: #565656. Windows color (decimal): -15432434 or 951572. OLE color: 951572.
HSL color Cylindrical-coordinate representation of color #14850E: hue angle of 116.97º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14850E is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 133 | 14 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.48 |
| HSL | 116.97º | 0.81% | 0.29% | - |
| HSV(B) | 116.97º | 0.89% | 0.52% | - |
| XYZ | 8.76 | 16.96 | 3.23 | - |
| YUV | 85.65 | 87.56 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 14 | 0.85 | 0 | 0.89 | 0.48 | 116.97 | 0.81 | 0.29 |
| Hex | 14 | 85 | E | 55 | 0 | 59 | 30 | 75 | 51 | 1D |
| Octal | 24 | 205 | 16 | 125 | 0 | 131 | 60 | 165 | 121 | 35 |
| Binary | 10100 | 10000101 | 1110 | 1010101 | 0 | 1011001 | 110000 | 1110101 | 1010001 | 11101 |
Color Harmonies of #14850E
Complementary color
Monochromatic Colors of #14850E
Black with #14850E
Text Example
Text Example
White with #14850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14850E; }
p { color: rgb(20,133,14); }
H1.HeaderClassName
{
color: #14850E;
}
.AnyTagClassName
{
color: #14850E;
}
</style>
background-color css
<style>
a { background-color: #14850E; }
a { background-color: rgb(20,133,14); }
div.DivClassName
{
background-color: #14850E;
}
.BgClassName
{
background-color: #14850E;
}
</style>
border-color css
<style>
span { border-color: #14850E; }
span { border-color: rgb(20,133,14); }
td.TdClassName
{
border-color: #14850E;
}
.TagClassName
{
border-color: #14850E;
}
</style>