Shades of Green #147214
Tints of Green #147214
RGB
CMYK
RGB Variations
Color information
#147214 (or 0x147214) is known color: Green. HEX triplet: 14, 72 and 14. RGB value is (20,114,20). Sum of RGB (Red+Green+Blue) = 20+114+20=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 114 (44.92% from 255 or 74.03% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 114 - color contains mainly: green. Hex color #147214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147214 is #EB8DEB. Grayscale: #4B4B4B. Windows color (decimal): -15437292 or 1339924. OLE color: 1339924.
HSL color Cylindrical-coordinate representation of color #147214: hue angle of 120º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147214 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 20 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.55 |
| HSL | 120º | 0.7% | 0.26% | - |
| HSV(B) | 120º | 0.82% | 0.45% | - |
| XYZ | 6.43 | 12.23 | 2.68 | - |
| YUV | 75.18 | 96.86 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 20 | 0.82 | 0 | 0.82 | 0.55 | 120 | 0.7 | 0.26 |
| Hex | 14 | 72 | 14 | 52 | 0 | 52 | 37 | 78 | 46 | 1A |
| Octal | 24 | 162 | 24 | 122 | 0 | 122 | 67 | 170 | 106 | 32 |
| Binary | 10100 | 1110010 | 10100 | 1010010 | 0 | 1010010 | 110111 | 1111000 | 1000110 | 11010 |
Color Harmonies of #147214
Complementary color
Monochromatic Colors of #147214
Black with #147214
Text Example
Text Example
White with #147214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147214; }
p { color: rgb(20,114,20); }
H1.HeaderClassName
{
color: #147214;
}
.AnyTagClassName
{
color: #147214;
}
</style>
background-color css
<style>
a { background-color: #147214; }
a { background-color: rgb(20,114,20); }
div.DivClassName
{
background-color: #147214;
}
.BgClassName
{
background-color: #147214;
}
</style>
border-color css
<style>
span { border-color: #147214; }
span { border-color: rgb(20,114,20); }
td.TdClassName
{
border-color: #147214;
}
.TagClassName
{
border-color: #147214;
}
</style>