Shades of Kelly Green #47A00D
Tints of Kelly Green #47A00D
RGB
CMYK
RGB Variations
Color information
#47A00D (or 0x47A00D) is known color: Kelly Green. HEX triplet: 47, A0 and 0D. RGB value is (71,160,13). Sum of RGB (Red+Green+Blue) = 71+160+13=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 160 (62.89% from 255 or 65.57% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 160 - color contains mainly: green. Hex color #47A00D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47A00D is #B85FF2. Grayscale: #757575. Windows color (decimal): -12083187 or 892999. OLE color: 892999.
HSL color Cylindrical-coordinate representation of color #47A00D: hue angle of 96.33º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47A00D is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 160 | 13 | - |
| CMYK | 0.56 | 0 | 0.92 | 0.37 |
| HSL | 96.33º | 0.85% | 0.34% | - |
| HSV(B) | 96.33º | 0.92% | 0.63% | - |
| XYZ | 15.24 | 26.51 | 4.69 | - |
| YUV | 116.63 | 69.51 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 160 | 13 | 0.56 | 0 | 0.92 | 0.37 | 96.33 | 0.85 | 0.34 |
| Hex | 47 | A0 | D | 38 | 0 | 5C | 25 | 60 | 55 | 22 |
| Octal | 107 | 240 | 15 | 70 | 0 | 134 | 45 | 140 | 125 | 42 |
| Binary | 1000111 | 10100000 | 1101 | 111000 | 0 | 1011100 | 100101 | 1100000 | 1010101 | 100010 |
Color Harmonies of #47A00D
Complementary color
Monochromatic Colors of #47A00D
Black with #47A00D
Text Example
Text Example
White with #47A00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A00D; }
p { color: rgb(71,160,13); }
H1.HeaderClassName
{
color: #47A00D;
}
.AnyTagClassName
{
color: #47A00D;
}
</style>
background-color css
<style>
a { background-color: #47A00D; }
a { background-color: rgb(71,160,13); }
div.DivClassName
{
background-color: #47A00D;
}
.BgClassName
{
background-color: #47A00D;
}
</style>
border-color css
<style>
span { border-color: #47A00D; }
span { border-color: rgb(71,160,13); }
td.TdClassName
{
border-color: #47A00D;
}
.TagClassName
{
border-color: #47A00D;
}
</style>