Shades of Green #147C06
Tints of Green #147C06
RGB
CMYK
RGB Variations
Color information
#147C06 (or 0x147C06) is known color: Green. HEX triplet: 14, 7C and 06. RGB value is (20,124,6). Sum of RGB (Red+Green+Blue) = 20+124+6=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 124 (48.83% from 255 or 82.67% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 124 - color contains mainly: green. Hex color #147C06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147C06 is #EB83F9. Grayscale: #4F4F4F. Windows color (decimal): -15434746 or 424980. OLE color: 424980.
HSL color Cylindrical-coordinate representation of color #147C06: hue angle of 112.88º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #147C06 is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 124 | 6 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.51 |
| HSL | 112.88º | 0.91% | 0.25% | - |
| HSV(B) | 112.88º | 0.95% | 0.49% | - |
| XYZ | 7.53 | 14.58 | 2.59 | - |
| YUV | 79.45 | 86.54 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 6 | 0.84 | 0 | 0.95 | 0.51 | 112.88 | 0.91 | 0.25 |
| Hex | 14 | 7C | 6 | 54 | 0 | 5F | 33 | 71 | 5B | 19 |
| Octal | 24 | 174 | 6 | 124 | 0 | 137 | 63 | 161 | 133 | 31 |
| Binary | 10100 | 1111100 | 110 | 1010100 | 0 | 1011111 | 110011 | 1110001 | 1011011 | 11001 |
Color Harmonies of #147C06
Complementary color
Monochromatic Colors of #147C06
Black with #147C06
Text Example
Text Example
White with #147C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147C06; }
p { color: rgb(20,124,6); }
H1.HeaderClassName
{
color: #147C06;
}
.AnyTagClassName
{
color: #147C06;
}
</style>
background-color css
<style>
a { background-color: #147C06; }
a { background-color: rgb(20,124,6); }
div.DivClassName
{
background-color: #147C06;
}
.BgClassName
{
background-color: #147C06;
}
</style>
border-color css
<style>
span { border-color: #147C06; }
span { border-color: rgb(20,124,6); }
td.TdClassName
{
border-color: #147C06;
}
.TagClassName
{
border-color: #147C06;
}
</style>