Shades of Green #147114
Tints of Green #147114
RGB
CMYK
RGB Variations
Color information
#147114 (or 0x147114) is known color: Green. HEX triplet: 14, 71 and 14. RGB value is (20,113,20). Sum of RGB (Red+Green+Blue) = 20+113+20=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 113 (44.53% from 255 or 73.86% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 113 - color contains mainly: green. Hex color #147114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147114 is #EB8EEB. Grayscale: #4A4A4A. Windows color (decimal): -15437548 or 1339668. OLE color: 1339668.
HSL color Cylindrical-coordinate representation of color #147114: hue angle of 120º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147114 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 20 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.56 |
| HSL | 120º | 0.7% | 0.26% | - |
| HSV(B) | 120º | 0.82% | 0.44% | - |
| XYZ | 6.32 | 12.01 | 2.65 | - |
| YUV | 74.59 | 97.19 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 20 | 0.82 | 0 | 0.82 | 0.56 | 120 | 0.7 | 0.26 |
| Hex | 14 | 71 | 14 | 52 | 0 | 52 | 38 | 78 | 46 | 1A |
| Octal | 24 | 161 | 24 | 122 | 0 | 122 | 70 | 170 | 106 | 32 |
| Binary | 10100 | 1110001 | 10100 | 1010010 | 0 | 1010010 | 111000 | 1111000 | 1000110 | 11010 |
Color Harmonies of #147114
Complementary color
Monochromatic Colors of #147114
Black with #147114
Text Example
Text Example
White with #147114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147114; }
p { color: rgb(20,113,20); }
H1.HeaderClassName
{
color: #147114;
}
.AnyTagClassName
{
color: #147114;
}
</style>
background-color css
<style>
a { background-color: #147114; }
a { background-color: rgb(20,113,20); }
div.DivClassName
{
background-color: #147114;
}
.BgClassName
{
background-color: #147114;
}
</style>
border-color css
<style>
span { border-color: #147114; }
span { border-color: rgb(20,113,20); }
td.TdClassName
{
border-color: #147114;
}
.TagClassName
{
border-color: #147114;
}
</style>