Shades of Kelly Green #47A014
Tints of Kelly Green #47A014
RGB
CMYK
RGB Variations
Color information
#47A014 (or 0x47A014) is known color: Kelly Green. HEX triplet: 47, A0 and 14. RGB value is (71,160,20). Sum of RGB (Red+Green+Blue) = 71+160+20=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 160 (62.89% from 255 or 63.75% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 160 - color contains mainly: green. Hex color #47A014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47A014 is #B85FEB. Grayscale: #757575. Windows color (decimal): -12083180 or 1351751. OLE color: 1351751.
HSL color Cylindrical-coordinate representation of color #47A014: hue angle of 98.14º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #47A014 is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 160 | 20 | - |
| CMYK | 0.56 | 0 | 0.88 | 0.37 |
| HSL | 98.14º | 0.78% | 0.35% | - |
| HSV(B) | 98.14º | 0.88% | 0.63% | - |
| XYZ | 15.3 | 26.53 | 4.98 | - |
| YUV | 117.43 | 73.01 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 160 | 20 | 0.56 | 0 | 0.88 | 0.37 | 98.14 | 0.78 | 0.35 |
| Hex | 47 | A0 | 14 | 38 | 0 | 58 | 25 | 62 | 4E | 23 |
| Octal | 107 | 240 | 24 | 70 | 0 | 130 | 45 | 142 | 116 | 43 |
| Binary | 1000111 | 10100000 | 10100 | 111000 | 0 | 1011000 | 100101 | 1100010 | 1001110 | 100011 |
Color Harmonies of #47A014
Complementary color
Monochromatic Colors of #47A014
Black with #47A014
Text Example
Text Example
White with #47A014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A014; }
p { color: rgb(71,160,20); }
H1.HeaderClassName
{
color: #47A014;
}
.AnyTagClassName
{
color: #47A014;
}
</style>
background-color css
<style>
a { background-color: #47A014; }
a { background-color: rgb(71,160,20); }
div.DivClassName
{
background-color: #47A014;
}
.BgClassName
{
background-color: #47A014;
}
</style>
border-color css
<style>
span { border-color: #47A014; }
span { border-color: rgb(71,160,20); }
td.TdClassName
{
border-color: #47A014;
}
.TagClassName
{
border-color: #47A014;
}
</style>