Shades of Green #147009
Tints of Green #147009
RGB
CMYK
RGB Variations
Color information
#147009 (or 0x147009) is known color: Green. HEX triplet: 14, 70 and 09. RGB value is (20,112,9). Sum of RGB (Red+Green+Blue) = 20+112+9=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 112 (44.14% from 255 or 79.43% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 112 - color contains mainly: green. Hex color #147009 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147009 is #EB8FF6. Grayscale: #494949. Windows color (decimal): -15437815 or 618516. OLE color: 618516.
HSL color Cylindrical-coordinate representation of color #147009: hue angle of 113.59º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147009 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 9 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.56 |
| HSL | 113.59º | 0.85% | 0.24% | - |
| HSV(B) | 113.59º | 0.92% | 0.44% | - |
| XYZ | 6.13 | 11.76 | 2.2 | - |
| YUV | 72.75 | 92.02 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 9 | 0.82 | 0 | 0.92 | 0.56 | 113.59 | 0.85 | 0.24 |
| Hex | 14 | 70 | 9 | 52 | 0 | 5C | 38 | 72 | 55 | 18 |
| Octal | 24 | 160 | 11 | 122 | 0 | 134 | 70 | 162 | 125 | 30 |
| Binary | 10100 | 1110000 | 1001 | 1010010 | 0 | 1011100 | 111000 | 1110010 | 1010101 | 11000 |
Color Harmonies of #147009
Complementary color
Monochromatic Colors of #147009
Black with #147009
Text Example
Text Example
White with #147009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147009; }
p { color: rgb(20,112,9); }
H1.HeaderClassName
{
color: #147009;
}
.AnyTagClassName
{
color: #147009;
}
</style>
background-color css
<style>
a { background-color: #147009; }
a { background-color: rgb(20,112,9); }
div.DivClassName
{
background-color: #147009;
}
.BgClassName
{
background-color: #147009;
}
</style>
border-color css
<style>
span { border-color: #147009; }
span { border-color: rgb(20,112,9); }
td.TdClassName
{
border-color: #147009;
}
.TagClassName
{
border-color: #147009;
}
</style>