Shades of Green #14820D
Tints of Green #14820D
RGB
CMYK
RGB Variations
Color information
#14820D (or 0x14820D) is known color: Green. HEX triplet: 14, 82 and 0D. RGB value is (20,130,13). Sum of RGB (Red+Green+Blue) = 20+130+13=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 130 (51.17% from 255 or 79.75% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 130 - color contains mainly: green. Hex color #14820D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14820D is #EB7DF2. Grayscale: #545454. Windows color (decimal): -15433203 or 885268. OLE color: 885268.
HSL color Cylindrical-coordinate representation of color #14820D: hue angle of 116.41º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14820D is Cyan = 0.85, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 130 | 13 | - |
| CMYK | 0.85 | 0 | 0.9 | 0.49 |
| HSL | 116.41º | 0.82% | 0.28% | - |
| HSV(B) | 116.41º | 0.9% | 0.51% | - |
| XYZ | 8.34 | 16.14 | 3.06 | - |
| YUV | 83.77 | 88.06 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 13 | 0.85 | 0 | 0.9 | 0.49 | 116.41 | 0.82 | 0.28 |
| Hex | 14 | 82 | D | 55 | 0 | 5A | 31 | 74 | 52 | 1C |
| Octal | 24 | 202 | 15 | 125 | 0 | 132 | 61 | 164 | 122 | 34 |
| Binary | 10100 | 10000010 | 1101 | 1010101 | 0 | 1011010 | 110001 | 1110100 | 1010010 | 11100 |
Color Harmonies of #14820D
Complementary color
Monochromatic Colors of #14820D
Black with #14820D
Text Example
Text Example
White with #14820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14820D; }
p { color: rgb(20,130,13); }
H1.HeaderClassName
{
color: #14820D;
}
.AnyTagClassName
{
color: #14820D;
}
</style>
background-color css
<style>
a { background-color: #14820D; }
a { background-color: rgb(20,130,13); }
div.DivClassName
{
background-color: #14820D;
}
.BgClassName
{
background-color: #14820D;
}
</style>
border-color css
<style>
span { border-color: #14820D; }
span { border-color: rgb(20,130,13); }
td.TdClassName
{
border-color: #14820D;
}
.TagClassName
{
border-color: #14820D;
}
</style>