Shades of Kelly Green #47AB0E
Tints of Kelly Green #47AB0E
RGB
CMYK
RGB Variations
Color information
#47AB0E (or 0x47AB0E) is known color: Kelly Green. HEX triplet: 47, AB and 0E. RGB value is (71,171,14). Sum of RGB (Red+Green+Blue) = 71+171+14=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 171 (67.19% from 255 or 66.80% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47AB0E is #B854F1. Grayscale: #7B7B7B. Windows color (decimal): -12080370 or 961351. OLE color: 961351.
HSL color Cylindrical-coordinate representation of color #47AB0E: hue angle of 98.22º 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 #47AB0E is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 171 | 14 | - |
| CMYK | 0.58 | 0 | 0.92 | 0.33 |
| HSL | 98.22º | 0.85% | 0.36% | - |
| HSV(B) | 98.22º | 0.92% | 0.67% | - |
| XYZ | 17.24 | 30.5 | 5.39 | - |
| YUV | 123.2 | 66.37 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 14 | 0.58 | 0 | 0.92 | 0.33 | 98.22 | 0.85 | 0.36 |
| Hex | 47 | AB | E | 3A | 0 | 5C | 21 | 62 | 55 | 24 |
| Octal | 107 | 253 | 16 | 72 | 0 | 134 | 41 | 142 | 125 | 44 |
| Binary | 1000111 | 10101011 | 1110 | 111010 | 0 | 1011100 | 100001 | 1100010 | 1010101 | 100100 |
Color Harmonies of #47AB0E
Complementary color
Monochromatic Colors of #47AB0E
Black with #47AB0E
Text Example
Text Example
White with #47AB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AB0E; }
p { color: rgb(71,171,14); }
H1.HeaderClassName
{
color: #47AB0E;
}
.AnyTagClassName
{
color: #47AB0E;
}
</style>
background-color css
<style>
a { background-color: #47AB0E; }
a { background-color: rgb(71,171,14); }
div.DivClassName
{
background-color: #47AB0E;
}
.BgClassName
{
background-color: #47AB0E;
}
</style>
border-color css
<style>
span { border-color: #47AB0E; }
span { border-color: rgb(71,171,14); }
td.TdClassName
{
border-color: #47AB0E;
}
.TagClassName
{
border-color: #47AB0E;
}
</style>