Shades of Green #147E09
Tints of Green #147E09
RGB
CMYK
RGB Variations
Color information
#147E09 (or 0x147E09) is known color: Green. HEX triplet: 14, 7E and 09. RGB value is (20,126,9). Sum of RGB (Red+Green+Blue) = 20+126+9=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 126 (49.61% from 255 or 81.29% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 126 - color contains mainly: green. Hex color #147E09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147E09 is #EB81F6. Grayscale: #515151. Windows color (decimal): -15434231 or 622100. OLE color: 622100.
HSL color Cylindrical-coordinate representation of color #147E09: hue angle of 114.36º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #147E09 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 126 | 9 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.51 |
| HSL | 114.36º | 0.87% | 0.26% | - |
| HSV(B) | 114.36º | 0.93% | 0.49% | - |
| XYZ | 7.8 | 15.09 | 2.76 | - |
| YUV | 80.97 | 87.38 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 9 | 0.84 | 0 | 0.93 | 0.51 | 114.36 | 0.87 | 0.26 |
| Hex | 14 | 7E | 9 | 54 | 0 | 5D | 33 | 72 | 57 | 1A |
| Octal | 24 | 176 | 11 | 124 | 0 | 135 | 63 | 162 | 127 | 32 |
| Binary | 10100 | 1111110 | 1001 | 1010100 | 0 | 1011101 | 110011 | 1110010 | 1010111 | 11010 |
Color Harmonies of #147E09
Complementary color
Monochromatic Colors of #147E09
Black with #147E09
Text Example
Text Example
White with #147E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147E09; }
p { color: rgb(20,126,9); }
H1.HeaderClassName
{
color: #147E09;
}
.AnyTagClassName
{
color: #147E09;
}
</style>
background-color css
<style>
a { background-color: #147E09; }
a { background-color: rgb(20,126,9); }
div.DivClassName
{
background-color: #147E09;
}
.BgClassName
{
background-color: #147E09;
}
</style>
border-color css
<style>
span { border-color: #147E09; }
span { border-color: rgb(20,126,9); }
td.TdClassName
{
border-color: #147E09;
}
.TagClassName
{
border-color: #147E09;
}
</style>