Shades of Green #147C02
Tints of Green #147C02
RGB
CMYK
RGB Variations
Color information
#147C02 (or 0x147C02) is known color: Green. HEX triplet: 14, 7C and 02. RGB value is (20,124,2). Sum of RGB (Red+Green+Blue) = 20+124+2=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 124 (48.83% from 255 or 84.93% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 124 - color contains mainly: green. Hex color #147C02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147C02 is #EB83FD. Grayscale: #4F4F4F. Windows color (decimal): -15434750 or 162836. OLE color: 162836.
HSL color Cylindrical-coordinate representation of color #147C02: hue angle of 111.15º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #147C02 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 124 | 2 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.51 |
| HSL | 111.15º | 0.97% | 0.25% | - |
| HSV(B) | 111.15º | 0.98% | 0.49% | - |
| XYZ | 7.51 | 14.57 | 2.47 | - |
| YUV | 79 | 84.54 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 2 | 0.84 | 0 | 0.98 | 0.51 | 111.15 | 0.97 | 0.25 |
| Hex | 14 | 7C | 2 | 54 | 0 | 62 | 33 | 6F | 61 | 19 |
| Octal | 24 | 174 | 2 | 124 | 0 | 142 | 63 | 157 | 141 | 31 |
| Binary | 10100 | 1111100 | 10 | 1010100 | 0 | 1100010 | 110011 | 1101111 | 1100001 | 11001 |
Color Harmonies of #147C02
Complementary color
Monochromatic Colors of #147C02
Black with #147C02
Text Example
Text Example
White with #147C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147C02; }
p { color: rgb(20,124,2); }
H1.HeaderClassName
{
color: #147C02;
}
.AnyTagClassName
{
color: #147C02;
}
</style>
background-color css
<style>
a { background-color: #147C02; }
a { background-color: rgb(20,124,2); }
div.DivClassName
{
background-color: #147C02;
}
.BgClassName
{
background-color: #147C02;
}
</style>
border-color css
<style>
span { border-color: #147C02; }
span { border-color: rgb(20,124,2); }
td.TdClassName
{
border-color: #147C02;
}
.TagClassName
{
border-color: #147C02;
}
</style>