Shades of Green #147010
Tints of Green #147010
RGB
CMYK
RGB Variations
Color information
#147010 (or 0x147010) is known color: Green. HEX triplet: 14, 70 and 10. RGB value is (20,112,16). Sum of RGB (Red+Green+Blue) = 20+112+16=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #147010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147010 is #EB8FEF. Grayscale: #494949. Windows color (decimal): -15437808 or 1077268. OLE color: 1077268.
HSL color Cylindrical-coordinate representation of color #147010: hue angle of 117.5º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147010 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 16 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.56 |
| HSL | 117.5º | 0.75% | 0.25% | - |
| HSV(B) | 117.5º | 0.86% | 0.44% | - |
| XYZ | 6.18 | 11.77 | 2.44 | - |
| YUV | 73.55 | 95.52 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 16 | 0.82 | 0 | 0.86 | 0.56 | 117.5 | 0.75 | 0.25 |
| Hex | 14 | 70 | 10 | 52 | 0 | 56 | 38 | 76 | 4B | 19 |
| Octal | 24 | 160 | 20 | 122 | 0 | 126 | 70 | 166 | 113 | 31 |
| Binary | 10100 | 1110000 | 10000 | 1010010 | 0 | 1010110 | 111000 | 1110110 | 1001011 | 11001 |
Color Harmonies of #147010
Complementary color
Monochromatic Colors of #147010
Black with #147010
Text Example
Text Example
White with #147010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147010; }
p { color: rgb(20,112,16); }
H1.HeaderClassName
{
color: #147010;
}
.AnyTagClassName
{
color: #147010;
}
</style>
background-color css
<style>
a { background-color: #147010; }
a { background-color: rgb(20,112,16); }
div.DivClassName
{
background-color: #147010;
}
.BgClassName
{
background-color: #147010;
}
</style>
border-color css
<style>
span { border-color: #147010; }
span { border-color: rgb(20,112,16); }
td.TdClassName
{
border-color: #147010;
}
.TagClassName
{
border-color: #147010;
}
</style>