Shades of Green #14880C
Tints of Green #14880C
RGB
CMYK
RGB Variations
Color information
#14880C (or 0x14880C) is known color: Green. HEX triplet: 14, 88 and 0C. RGB value is (20,136,12). Sum of RGB (Red+Green+Blue) = 20+136+12=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 136 (53.52% from 255 or 80.95% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 136 - color contains mainly: green. Hex color #14880C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14880C is #EB77F3. Grayscale: #575757. Windows color (decimal): -15431668 or 821268. OLE color: 821268.
HSL color Cylindrical-coordinate representation of color #14880C: hue angle of 116.13º 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 #14880C is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 136 | 12 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.47 |
| HSL | 116.13º | 0.84% | 0.29% | - |
| HSV(B) | 116.13º | 0.91% | 0.53% | - |
| XYZ | 9.16 | 17.78 | 3.3 | - |
| YUV | 87.18 | 85.57 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 12 | 0.85 | 0 | 0.91 | 0.47 | 116.13 | 0.84 | 0.29 |
| Hex | 14 | 88 | C | 55 | 0 | 5B | 2F | 74 | 54 | 1D |
| Octal | 24 | 210 | 14 | 125 | 0 | 133 | 57 | 164 | 124 | 35 |
| Binary | 10100 | 10001000 | 1100 | 1010101 | 0 | 1011011 | 101111 | 1110100 | 1010100 | 11101 |
Color Harmonies of #14880C
Complementary color
Monochromatic Colors of #14880C
Black with #14880C
Text Example
Text Example
White with #14880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14880C; }
p { color: rgb(20,136,12); }
H1.HeaderClassName
{
color: #14880C;
}
.AnyTagClassName
{
color: #14880C;
}
</style>
background-color css
<style>
a { background-color: #14880C; }
a { background-color: rgb(20,136,12); }
div.DivClassName
{
background-color: #14880C;
}
.BgClassName
{
background-color: #14880C;
}
</style>
border-color css
<style>
span { border-color: #14880C; }
span { border-color: rgb(20,136,12); }
td.TdClassName
{
border-color: #14880C;
}
.TagClassName
{
border-color: #14880C;
}
</style>