Shades of Green #147E07
Tints of Green #147E07
RGB
CMYK
RGB Variations
Color information
#147E07 (or 0x147E07) is known color: Green. HEX triplet: 14, 7E and 07. RGB value is (20,126,7). Sum of RGB (Red+Green+Blue) = 20+126+7=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 126 (49.61% from 255 or 82.35% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 126 - color contains mainly: green. Hex color #147E07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147E07 is #EB81F8. Grayscale: #515151. Windows color (decimal): -15434233 or 491028. OLE color: 491028.
HSL color Cylindrical-coordinate representation of color #147E07: hue angle of 113.45º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #147E07 is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 126 | 7 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.51 |
| HSL | 113.45º | 0.89% | 0.26% | - |
| HSV(B) | 113.45º | 0.94% | 0.49% | - |
| XYZ | 7.79 | 15.09 | 2.7 | - |
| YUV | 80.74 | 86.38 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 7 | 0.84 | 0 | 0.94 | 0.51 | 113.45 | 0.89 | 0.26 |
| Hex | 14 | 7E | 7 | 54 | 0 | 5E | 33 | 71 | 59 | 1A |
| Octal | 24 | 176 | 7 | 124 | 0 | 136 | 63 | 161 | 131 | 32 |
| Binary | 10100 | 1111110 | 111 | 1010100 | 0 | 1011110 | 110011 | 1110001 | 1011001 | 11010 |
Color Harmonies of #147E07
Complementary color
Monochromatic Colors of #147E07
Black with #147E07
Text Example
Text Example
White with #147E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147E07; }
p { color: rgb(20,126,7); }
H1.HeaderClassName
{
color: #147E07;
}
.AnyTagClassName
{
color: #147E07;
}
</style>
background-color css
<style>
a { background-color: #147E07; }
a { background-color: rgb(20,126,7); }
div.DivClassName
{
background-color: #147E07;
}
.BgClassName
{
background-color: #147E07;
}
</style>
border-color css
<style>
span { border-color: #147E07; }
span { border-color: rgb(20,126,7); }
td.TdClassName
{
border-color: #147E07;
}
.TagClassName
{
border-color: #147E07;
}
</style>