Shades of Green #14850D
Tints of Green #14850D
RGB
CMYK
RGB Variations
Color information
#14850D (or 0x14850D) is known color: Green. HEX triplet: 14, 85 and 0D. RGB value is (20,133,13). Sum of RGB (Red+Green+Blue) = 20+133+13=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 133 (52.34% from 255 or 80.12% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 133 - color contains mainly: green. Hex color #14850D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14850D is #EB7AF2. Grayscale: #555555. Windows color (decimal): -15432435 or 886036. OLE color: 886036.
HSL color Cylindrical-coordinate representation of color #14850D: hue angle of 116.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14850D is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 133 | 13 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.48 |
| HSL | 116.5º | 0.82% | 0.29% | - |
| HSV(B) | 116.5º | 0.9% | 0.52% | - |
| XYZ | 8.75 | 16.95 | 3.19 | - |
| YUV | 85.53 | 87.06 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 13 | 0.85 | 0 | 0.90 | 0.48 | 116.5 | 0.82 | 0.29 |
| Hex | 14 | 85 | D | 55 | 0 | 5A | 30 | 74 | 52 | 1D |
| Octal | 24 | 205 | 15 | 125 | 0 | 132 | 60 | 164 | 122 | 35 |
| Binary | 10100 | 10000101 | 1101 | 1010101 | 0 | 1011010 | 110000 | 1110100 | 1010010 | 11101 |
Color Harmonies of #14850D
Complementary color
Monochromatic Colors of #14850D
Black with #14850D
Text Example
Text Example
White with #14850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14850D; }
p { color: rgb(20,133,13); }
H1.HeaderClassName
{
color: #14850D;
}
.AnyTagClassName
{
color: #14850D;
}
</style>
background-color css
<style>
a { background-color: #14850D; }
a { background-color: rgb(20,133,13); }
div.DivClassName
{
background-color: #14850D;
}
.BgClassName
{
background-color: #14850D;
}
</style>
border-color css
<style>
span { border-color: #14850D; }
span { border-color: rgb(20,133,13); }
td.TdClassName
{
border-color: #14850D;
}
.TagClassName
{
border-color: #14850D;
}
</style>