Shades of Green #147900
Tints of Green #147900
RGB
CMYK
RGB Variations
Color information
#147900 (or 0x147900) is known color: Green. HEX triplet: 14, 79 and 00. RGB value is (20,121,0). Sum of RGB (Red+Green+Blue) = 20+121+0=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 121 (47.66% from 255 or 85.82% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 121 - color contains mainly: green. Hex color #147900 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147900 is #EB86FF. Grayscale: #4D4D4D. Windows color (decimal): -15435520 or 30996. OLE color: 30996.
HSL color Cylindrical-coordinate representation of color #147900: hue angle of 110.08º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #147900 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 121 | 0 | - |
| CMYK | 0.83 | 0 | 1 | 0.53 |
| HSL | 110.08º | 1% | 0.24% | - |
| HSV(B) | 110.08º | 1% | 0.47% | - |
| XYZ | 7.13 | 13.82 | 2.29 | - |
| YUV | 77.01 | 84.54 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 0 | 0.83 | 0 | 1 | 0.53 | 110.08 | 1 | 0.24 |
| Hex | 14 | 79 | 0 | 53 | 0 | 64 | 35 | 6E | 64 | 18 |
| Octal | 24 | 171 | 0 | 123 | 0 | 144 | 65 | 156 | 144 | 30 |
| Binary | 10100 | 1111001 | 0 | 1010011 | 0 | 1100100 | 110101 | 1101110 | 1100100 | 11000 |
Color Harmonies of #147900
Complementary color
Monochromatic Colors of #147900
Black with #147900
Text Example
Text Example
White with #147900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147900; }
p { color: rgb(20,121,0); }
H1.HeaderClassName
{
color: #147900;
}
.AnyTagClassName
{
color: #147900;
}
</style>
background-color css
<style>
a { background-color: #147900; }
a { background-color: rgb(20,121,0); }
div.DivClassName
{
background-color: #147900;
}
.BgClassName
{
background-color: #147900;
}
</style>
border-color css
<style>
span { border-color: #147900; }
span { border-color: rgb(20,121,0); }
td.TdClassName
{
border-color: #147900;
}
.TagClassName
{
border-color: #147900;
}
</style>