Shades of Green #14820B
Tints of Green #14820B
RGB
CMYK
RGB Variations
Color information
#14820B (or 0x14820B) is known color: Green. HEX triplet: 14, 82 and 0B. RGB value is (20,130,11). Sum of RGB (Red+Green+Blue) = 20+130+11=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 130 (51.17% from 255 or 80.75% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 130 - color contains mainly: green. Hex color #14820B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14820B is #EB7DF4. Grayscale: #535353. Windows color (decimal): -15433205 or 754196. OLE color: 754196.
HSL color Cylindrical-coordinate representation of color #14820B: hue angle of 115.46º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14820B is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 130 | 11 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.49 |
| HSL | 115.46º | 0.84% | 0.28% | - |
| HSV(B) | 115.46º | 0.92% | 0.51% | - |
| XYZ | 8.33 | 16.14 | 2.99 | - |
| YUV | 83.54 | 87.06 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 11 | 0.85 | 0 | 0.92 | 0.49 | 115.46 | 0.84 | 0.28 |
| Hex | 14 | 82 | B | 55 | 0 | 5C | 31 | 73 | 54 | 1C |
| Octal | 24 | 202 | 13 | 125 | 0 | 134 | 61 | 163 | 124 | 34 |
| Binary | 10100 | 10000010 | 1011 | 1010101 | 0 | 1011100 | 110001 | 1110011 | 1010100 | 11100 |
Color Harmonies of #14820B
Complementary color
Monochromatic Colors of #14820B
Black with #14820B
Text Example
Text Example
White with #14820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14820B; }
p { color: rgb(20,130,11); }
H1.HeaderClassName
{
color: #14820B;
}
.AnyTagClassName
{
color: #14820B;
}
</style>
background-color css
<style>
a { background-color: #14820B; }
a { background-color: rgb(20,130,11); }
div.DivClassName
{
background-color: #14820B;
}
.BgClassName
{
background-color: #14820B;
}
</style>
border-color css
<style>
span { border-color: #14820B; }
span { border-color: rgb(20,130,11); }
td.TdClassName
{
border-color: #14820B;
}
.TagClassName
{
border-color: #14820B;
}
</style>