Shades of Green #147510
Tints of Green #147510
RGB
CMYK
RGB Variations
Color information
#147510 (or 0x147510) is known color: Green. HEX triplet: 14, 75 and 10. RGB value is (20,117,16). Sum of RGB (Red+Green+Blue) = 20+117+16=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 117 (46.09% from 255 or 76.47% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 117 - color contains mainly: green. Hex color #147510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147510 is #EB8AEF. Grayscale: #4C4C4C. Windows color (decimal): -15436528 or 1078548. OLE color: 1078548.
HSL color Cylindrical-coordinate representation of color #147510: hue angle of 117.62º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147510 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 117 | 16 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.54 |
| HSL | 117.62º | 0.76% | 0.26% | - |
| HSV(B) | 117.62º | 0.86% | 0.46% | - |
| XYZ | 6.74 | 12.91 | 2.63 | - |
| YUV | 76.48 | 93.86 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 16 | 0.83 | 0 | 0.86 | 0.54 | 117.62 | 0.76 | 0.26 |
| Hex | 14 | 75 | 10 | 53 | 0 | 56 | 36 | 76 | 4C | 1A |
| Octal | 24 | 165 | 20 | 123 | 0 | 126 | 66 | 166 | 114 | 32 |
| Binary | 10100 | 1110101 | 10000 | 1010011 | 0 | 1010110 | 110110 | 1110110 | 1001100 | 11010 |
Color Harmonies of #147510
Complementary color
Monochromatic Colors of #147510
Black with #147510
Text Example
Text Example
White with #147510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147510; }
p { color: rgb(20,117,16); }
H1.HeaderClassName
{
color: #147510;
}
.AnyTagClassName
{
color: #147510;
}
</style>
background-color css
<style>
a { background-color: #147510; }
a { background-color: rgb(20,117,16); }
div.DivClassName
{
background-color: #147510;
}
.BgClassName
{
background-color: #147510;
}
</style>
border-color css
<style>
span { border-color: #147510; }
span { border-color: rgb(20,117,16); }
td.TdClassName
{
border-color: #147510;
}
.TagClassName
{
border-color: #147510;
}
</style>