Shades of Kelly Green #47A010
Tints of Kelly Green #47A010
RGB
CMYK
RGB Variations
Color information
#47A010 (or 0x47A010) is known color: Kelly Green. HEX triplet: 47, A0 and 10. RGB value is (71,160,16). Sum of RGB (Red+Green+Blue) = 71+160+16=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #47A010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47A010 is #B85FEF. Grayscale: #757575. Windows color (decimal): -12083184 or 1089607. OLE color: 1089607.
HSL color Cylindrical-coordinate representation of color #47A010: hue angle of 97.08º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47A010 is Cyan = 0.56, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 160 | 16 | - |
| CMYK | 0.56 | 0 | 0.9 | 0.37 |
| HSL | 97.08º | 0.82% | 0.35% | - |
| HSV(B) | 97.08º | 0.9% | 0.63% | - |
| XYZ | 15.26 | 26.52 | 4.8 | - |
| YUV | 116.97 | 71.01 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 160 | 16 | 0.56 | 0 | 0.9 | 0.37 | 97.08 | 0.82 | 0.35 |
| Hex | 47 | A0 | 10 | 38 | 0 | 5A | 25 | 61 | 52 | 23 |
| Octal | 107 | 240 | 20 | 70 | 0 | 132 | 45 | 141 | 122 | 43 |
| Binary | 1000111 | 10100000 | 10000 | 111000 | 0 | 1011010 | 100101 | 1100001 | 1010010 | 100011 |
Color Harmonies of #47A010
Complementary color
Monochromatic Colors of #47A010
Black with #47A010
Text Example
Text Example
White with #47A010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A010; }
p { color: rgb(71,160,16); }
H1.HeaderClassName
{
color: #47A010;
}
.AnyTagClassName
{
color: #47A010;
}
</style>
background-color css
<style>
a { background-color: #47A010; }
a { background-color: rgb(71,160,16); }
div.DivClassName
{
background-color: #47A010;
}
.BgClassName
{
background-color: #47A010;
}
</style>
border-color css
<style>
span { border-color: #47A010; }
span { border-color: rgb(71,160,16); }
td.TdClassName
{
border-color: #47A010;
}
.TagClassName
{
border-color: #47A010;
}
</style>