Shades of Kelly Green #47AC0E
Tints of Kelly Green #47AC0E
RGB
CMYK
RGB Variations
Color information
#47AC0E (or 0x47AC0E) is known color: Kelly Green. HEX triplet: 47, AC and 0E. RGB value is (71,172,14). Sum of RGB (Red+Green+Blue) = 71+172+14=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 172 (67.58% from 255 or 66.93% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 172 - color contains mainly: green. Hex color #47AC0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47AC0E is #B853F1. Grayscale: #7C7C7C. Windows color (decimal): -12080114 or 961607. OLE color: 961607.
HSL color Cylindrical-coordinate representation of color #47AC0E: hue angle of 98.35º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47AC0E is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 172 | 14 | - |
| CMYK | 0.59 | 0 | 0.92 | 0.33 |
| HSL | 98.35º | 0.85% | 0.36% | - |
| HSV(B) | 98.35º | 0.92% | 0.67% | - |
| XYZ | 17.43 | 30.88 | 5.46 | - |
| YUV | 123.79 | 66.04 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 172 | 14 | 0.59 | 0 | 0.92 | 0.33 | 98.35 | 0.85 | 0.36 |
| Hex | 47 | AC | E | 3B | 0 | 5C | 21 | 62 | 55 | 24 |
| Octal | 107 | 254 | 16 | 73 | 0 | 134 | 41 | 142 | 125 | 44 |
| Binary | 1000111 | 10101100 | 1110 | 111011 | 0 | 1011100 | 100001 | 1100010 | 1010101 | 100100 |
Color Harmonies of #47AC0E
Complementary color
Monochromatic Colors of #47AC0E
Black with #47AC0E
Text Example
Text Example
White with #47AC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AC0E; }
p { color: rgb(71,172,14); }
H1.HeaderClassName
{
color: #47AC0E;
}
.AnyTagClassName
{
color: #47AC0E;
}
</style>
background-color css
<style>
a { background-color: #47AC0E; }
a { background-color: rgb(71,172,14); }
div.DivClassName
{
background-color: #47AC0E;
}
.BgClassName
{
background-color: #47AC0E;
}
</style>
border-color css
<style>
span { border-color: #47AC0E; }
span { border-color: rgb(71,172,14); }
td.TdClassName
{
border-color: #47AC0E;
}
.TagClassName
{
border-color: #47AC0E;
}
</style>