Shades of Green #147F10
Tints of Green #147F10
RGB
CMYK
RGB Variations
Color information
#147F10 (or 0x147F10) is known color: Green. HEX triplet: 14, 7F and 10. RGB value is (20,127,16). Sum of RGB (Red+Green+Blue) = 20+127+16=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 127 (50% from 255 or 77.91% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 127 - color contains mainly: green. Hex color #147F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147F10 is #EB80EF. Grayscale: #525252. Windows color (decimal): -15433968 or 1081108. OLE color: 1081108.
HSL color Cylindrical-coordinate representation of color #147F10: hue angle of 117.84º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147F10 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 127 | 16 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.50 |
| HSL | 117.84º | 0.78% | 0.28% | - |
| HSV(B) | 117.84º | 0.87% | 0.5% | - |
| XYZ | 7.97 | 15.36 | 3.04 | - |
| YUV | 82.35 | 90.55 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 16 | 0.84 | 0 | 0.87 | 0.50 | 117.84 | 0.78 | 0.28 |
| Hex | 14 | 7F | 10 | 54 | 0 | 57 | 32 | 76 | 4E | 1C |
| Octal | 24 | 177 | 20 | 124 | 0 | 127 | 62 | 166 | 116 | 34 |
| Binary | 10100 | 1111111 | 10000 | 1010100 | 0 | 1010111 | 110010 | 1110110 | 1001110 | 11100 |
Color Harmonies of #147F10
Complementary color
Monochromatic Colors of #147F10
Black with #147F10
Text Example
Text Example
White with #147F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F10; }
p { color: rgb(20,127,16); }
H1.HeaderClassName
{
color: #147F10;
}
.AnyTagClassName
{
color: #147F10;
}
</style>
background-color css
<style>
a { background-color: #147F10; }
a { background-color: rgb(20,127,16); }
div.DivClassName
{
background-color: #147F10;
}
.BgClassName
{
background-color: #147F10;
}
</style>
border-color css
<style>
span { border-color: #147F10; }
span { border-color: rgb(20,127,16); }
td.TdClassName
{
border-color: #147F10;
}
.TagClassName
{
border-color: #147F10;
}
</style>