Shades of Green #14880A
Tints of Green #14880A
RGB
CMYK
RGB Variations
Color information
#14880A (or 0x14880A) is known color: Green. HEX triplet: 14, 88 and 0A. RGB value is (20,136,10). Sum of RGB (Red+Green+Blue) = 20+136+10=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 136 (53.52% from 255 or 81.93% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 136 - color contains mainly: green. Hex color #14880A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14880A is #EB77F5. Grayscale: #575757. Windows color (decimal): -15431670 or 690196. OLE color: 690196.
HSL color Cylindrical-coordinate representation of color #14880A: hue angle of 115.24º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14880A is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 136 | 10 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.47 |
| HSL | 115.24º | 0.86% | 0.29% | - |
| HSV(B) | 115.24º | 0.93% | 0.53% | - |
| XYZ | 9.15 | 17.78 | 3.24 | - |
| YUV | 86.95 | 84.57 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 10 | 0.85 | 0 | 0.93 | 0.47 | 115.24 | 0.86 | 0.29 |
| Hex | 14 | 88 | A | 55 | 0 | 5D | 2F | 73 | 56 | 1D |
| Octal | 24 | 210 | 12 | 125 | 0 | 135 | 57 | 163 | 126 | 35 |
| Binary | 10100 | 10001000 | 1010 | 1010101 | 0 | 1011101 | 101111 | 1110011 | 1010110 | 11101 |
Color Harmonies of #14880A
Complementary color
Monochromatic Colors of #14880A
Black with #14880A
Text Example
Text Example
White with #14880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14880A; }
p { color: rgb(20,136,10); }
H1.HeaderClassName
{
color: #14880A;
}
.AnyTagClassName
{
color: #14880A;
}
</style>
background-color css
<style>
a { background-color: #14880A; }
a { background-color: rgb(20,136,10); }
div.DivClassName
{
background-color: #14880A;
}
.BgClassName
{
background-color: #14880A;
}
</style>
border-color css
<style>
span { border-color: #14880A; }
span { border-color: rgb(20,136,10); }
td.TdClassName
{
border-color: #14880A;
}
.TagClassName
{
border-color: #14880A;
}
</style>