Shades of Green #14870C
Tints of Green #14870C
RGB
CMYK
RGB Variations
Color information
#14870C (or 0x14870C) is known color: Green. HEX triplet: 14, 87 and 0C. RGB value is (20,135,12). Sum of RGB (Red+Green+Blue) = 20+135+12=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 135 (53.12% from 255 or 80.84% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 135 - color contains mainly: green. Hex color #14870C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14870C is #EB78F3. Grayscale: #565656. Windows color (decimal): -15431924 or 821012. OLE color: 821012.
HSL color Cylindrical-coordinate representation of color #14870C: hue angle of 116.1º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14870C is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 135 | 12 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.47 |
| HSL | 116.1º | 0.84% | 0.29% | - |
| HSV(B) | 116.1º | 0.91% | 0.53% | - |
| XYZ | 9.02 | 17.5 | 3.25 | - |
| YUV | 86.59 | 85.9 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 12 | 0.85 | 0 | 0.91 | 0.47 | 116.1 | 0.84 | 0.29 |
| Hex | 14 | 87 | C | 55 | 0 | 5B | 2F | 74 | 54 | 1D |
| Octal | 24 | 207 | 14 | 125 | 0 | 133 | 57 | 164 | 124 | 35 |
| Binary | 10100 | 10000111 | 1100 | 1010101 | 0 | 1011011 | 101111 | 1110100 | 1010100 | 11101 |
Color Harmonies of #14870C
Complementary color
Monochromatic Colors of #14870C
Black with #14870C
Text Example
Text Example
White with #14870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14870C; }
p { color: rgb(20,135,12); }
H1.HeaderClassName
{
color: #14870C;
}
.AnyTagClassName
{
color: #14870C;
}
</style>
background-color css
<style>
a { background-color: #14870C; }
a { background-color: rgb(20,135,12); }
div.DivClassName
{
background-color: #14870C;
}
.BgClassName
{
background-color: #14870C;
}
</style>
border-color css
<style>
span { border-color: #14870C; }
span { border-color: rgb(20,135,12); }
td.TdClassName
{
border-color: #14870C;
}
.TagClassName
{
border-color: #14870C;
}
</style>