Shades of Green #14880D
Tints of Green #14880D
RGB
CMYK
RGB Variations
Color information
#14880D (or 0x14880D) is known color: Green. HEX triplet: 14, 88 and 0D. RGB value is (20,136,13). Sum of RGB (Red+Green+Blue) = 20+136+13=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 136 (53.52% from 255 or 80.47% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 136 - color contains mainly: green. Hex color #14880D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14880D is #EB77F2. Grayscale: #575757. Windows color (decimal): -15431667 or 886804. OLE color: 886804.
HSL color Cylindrical-coordinate representation of color #14880D: hue angle of 116.59º degrees, saturation: 0.83, 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 #14880D is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 136 | 13 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.47 |
| HSL | 116.59º | 0.83% | 0.29% | - |
| HSV(B) | 116.59º | 0.9% | 0.53% | - |
| XYZ | 9.17 | 17.79 | 3.33 | - |
| YUV | 87.29 | 86.07 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 13 | 0.85 | 0 | 0.90 | 0.47 | 116.59 | 0.83 | 0.29 |
| Hex | 14 | 88 | D | 55 | 0 | 5A | 2F | 75 | 53 | 1D |
| Octal | 24 | 210 | 15 | 125 | 0 | 132 | 57 | 165 | 123 | 35 |
| Binary | 10100 | 10001000 | 1101 | 1010101 | 0 | 1011010 | 101111 | 1110101 | 1010011 | 11101 |
Color Harmonies of #14880D
Complementary color
Monochromatic Colors of #14880D
Black with #14880D
Text Example
Text Example
White with #14880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14880D; }
p { color: rgb(20,136,13); }
H1.HeaderClassName
{
color: #14880D;
}
.AnyTagClassName
{
color: #14880D;
}
</style>
background-color css
<style>
a { background-color: #14880D; }
a { background-color: rgb(20,136,13); }
div.DivClassName
{
background-color: #14880D;
}
.BgClassName
{
background-color: #14880D;
}
</style>
border-color css
<style>
span { border-color: #14880D; }
span { border-color: rgb(20,136,13); }
td.TdClassName
{
border-color: #14880D;
}
.TagClassName
{
border-color: #14880D;
}
</style>