Shades of Green #14870D
Tints of Green #14870D
RGB
CMYK
RGB Variations
Color information
#14870D (or 0x14870D) is known color: Green. HEX triplet: 14, 87 and 0D. RGB value is (20,135,13). Sum of RGB (Red+Green+Blue) = 20+135+13=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 135 (53.12% from 255 or 80.36% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 135 - color contains mainly: green. Hex color #14870D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14870D is #EB78F2. Grayscale: #575757. Windows color (decimal): -15431923 or 886548. OLE color: 886548.
HSL color Cylindrical-coordinate representation of color #14870D: hue angle of 116.56º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14870D is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 135 | 13 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.47 |
| HSL | 116.56º | 0.82% | 0.29% | - |
| HSV(B) | 116.56º | 0.9% | 0.53% | - |
| XYZ | 9.03 | 17.51 | 3.28 | - |
| YUV | 86.71 | 86.4 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 13 | 0.85 | 0 | 0.90 | 0.47 | 116.56 | 0.82 | 0.29 |
| Hex | 14 | 87 | D | 55 | 0 | 5A | 2F | 75 | 52 | 1D |
| Octal | 24 | 207 | 15 | 125 | 0 | 132 | 57 | 165 | 122 | 35 |
| Binary | 10100 | 10000111 | 1101 | 1010101 | 0 | 1011010 | 101111 | 1110101 | 1010010 | 11101 |
Color Harmonies of #14870D
Complementary color
Monochromatic Colors of #14870D
Black with #14870D
Text Example
Text Example
White with #14870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14870D; }
p { color: rgb(20,135,13); }
H1.HeaderClassName
{
color: #14870D;
}
.AnyTagClassName
{
color: #14870D;
}
</style>
background-color css
<style>
a { background-color: #14870D; }
a { background-color: rgb(20,135,13); }
div.DivClassName
{
background-color: #14870D;
}
.BgClassName
{
background-color: #14870D;
}
</style>
border-color css
<style>
span { border-color: #14870D; }
span { border-color: rgb(20,135,13); }
td.TdClassName
{
border-color: #14870D;
}
.TagClassName
{
border-color: #14870D;
}
</style>