Shades of Green #147D0F
Tints of Green #147D0F
RGB
CMYK
RGB Variations
Color information
#147D0F (or 0x147D0F) is known color: Green. HEX triplet: 14, 7D and 0F. RGB value is (20,125,15). Sum of RGB (Red+Green+Blue) = 20+125+15=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 125 (49.22% from 255 or 78.12% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 125 - color contains mainly: green. Hex color #147D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147D0F is #EB82F0. Grayscale: #515151. Windows color (decimal): -15434481 or 1015060. OLE color: 1015060.
HSL color Cylindrical-coordinate representation of color #147D0F: hue angle of 117.27º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #147D0F is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 125 | 15 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.51 |
| HSL | 117.27º | 0.79% | 0.27% | - |
| HSV(B) | 117.27º | 0.88% | 0.49% | - |
| XYZ | 7.71 | 14.85 | 2.91 | - |
| YUV | 81.07 | 90.71 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 15 | 0.84 | 0 | 0.88 | 0.51 | 117.27 | 0.79 | 0.27 |
| Hex | 14 | 7D | F | 54 | 0 | 58 | 33 | 75 | 4F | 1B |
| Octal | 24 | 175 | 17 | 124 | 0 | 130 | 63 | 165 | 117 | 33 |
| Binary | 10100 | 1111101 | 1111 | 1010100 | 0 | 1011000 | 110011 | 1110101 | 1001111 | 11011 |
Color Harmonies of #147D0F
Complementary color
Monochromatic Colors of #147D0F
Black with #147D0F
Text Example
Text Example
White with #147D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147D0F; }
p { color: rgb(20,125,15); }
H1.HeaderClassName
{
color: #147D0F;
}
.AnyTagClassName
{
color: #147D0F;
}
</style>
background-color css
<style>
a { background-color: #147D0F; }
a { background-color: rgb(20,125,15); }
div.DivClassName
{
background-color: #147D0F;
}
.BgClassName
{
background-color: #147D0F;
}
</style>
border-color css
<style>
span { border-color: #147D0F; }
span { border-color: rgb(20,125,15); }
td.TdClassName
{
border-color: #147D0F;
}
.TagClassName
{
border-color: #147D0F;
}
</style>