Shades of Green #14850C
Tints of Green #14850C
RGB
CMYK
RGB Variations
Color information
#14850C (or 0x14850C) is known color: Green. HEX triplet: 14, 85 and 0C. RGB value is (20,133,12). Sum of RGB (Red+Green+Blue) = 20+133+12=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 133 (52.34% from 255 or 80.61% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 133 - color contains mainly: green. Hex color #14850C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14850C is #EB7AF3. Grayscale: #555555. Windows color (decimal): -15432436 or 820500. OLE color: 820500.
HSL color Cylindrical-coordinate representation of color #14850C: hue angle of 116.03º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14850C is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 133 | 12 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.48 |
| HSL | 116.03º | 0.83% | 0.28% | - |
| HSV(B) | 116.03º | 0.91% | 0.52% | - |
| XYZ | 8.74 | 16.95 | 3.16 | - |
| YUV | 85.42 | 86.56 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 12 | 0.85 | 0 | 0.91 | 0.48 | 116.03 | 0.83 | 0.28 |
| Hex | 14 | 85 | C | 55 | 0 | 5B | 30 | 74 | 53 | 1C |
| Octal | 24 | 205 | 14 | 125 | 0 | 133 | 60 | 164 | 123 | 34 |
| Binary | 10100 | 10000101 | 1100 | 1010101 | 0 | 1011011 | 110000 | 1110100 | 1010011 | 11100 |
Color Harmonies of #14850C
Complementary color
Monochromatic Colors of #14850C
Black with #14850C
Text Example
Text Example
White with #14850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14850C; }
p { color: rgb(20,133,12); }
H1.HeaderClassName
{
color: #14850C;
}
.AnyTagClassName
{
color: #14850C;
}
</style>
background-color css
<style>
a { background-color: #14850C; }
a { background-color: rgb(20,133,12); }
div.DivClassName
{
background-color: #14850C;
}
.BgClassName
{
background-color: #14850C;
}
</style>
border-color css
<style>
span { border-color: #14850C; }
span { border-color: rgb(20,133,12); }
td.TdClassName
{
border-color: #14850C;
}
.TagClassName
{
border-color: #14850C;
}
</style>