Shades of Kelly Green #4FAA0E
Tints of Kelly Green #4FAA0E
RGB
CMYK
RGB Variations
Color information
#4FAA0E (or 0x4FAA0E) is known color: Kelly Green. HEX triplet: 4F, AA and 0E. RGB value is (79,170,14). Sum of RGB (Red+Green+Blue) = 79+170+14=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4FAA0E is #B055F1. Grayscale: #7D7D7D. Windows color (decimal): -11556338 or 961103. OLE color: 961103.
HSL color Cylindrical-coordinate representation of color #4FAA0E: hue angle of 95º 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 #4FAA0E is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 170 | 14 | - |
| CMYK | 0.54 | 0 | 0.92 | 0.33 |
| HSL | 95º | 0.85% | 0.36% | - |
| HSV(B) | 95º | 0.92% | 0.67% | - |
| XYZ | 17.68 | 30.44 | 5.36 | - |
| YUV | 125.01 | 65.35 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 14 | 0.54 | 0 | 0.92 | 0.33 | 95 | 0.85 | 0.36 |
| Hex | 4F | AA | E | 36 | 0 | 5C | 21 | 5F | 55 | 24 |
| Octal | 117 | 252 | 16 | 66 | 0 | 134 | 41 | 137 | 125 | 44 |
| Binary | 1001111 | 10101010 | 1110 | 110110 | 0 | 1011100 | 100001 | 1011111 | 1010101 | 100100 |
Color Harmonies of #4FAA0E
Complementary color
Monochromatic Colors of #4FAA0E
Black with #4FAA0E
Text Example
Text Example
White with #4FAA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAA0E; }
p { color: rgb(79,170,14); }
H1.HeaderClassName
{
color: #4FAA0E;
}
.AnyTagClassName
{
color: #4FAA0E;
}
</style>
background-color css
<style>
a { background-color: #4FAA0E; }
a { background-color: rgb(79,170,14); }
div.DivClassName
{
background-color: #4FAA0E;
}
.BgClassName
{
background-color: #4FAA0E;
}
</style>
border-color css
<style>
span { border-color: #4FAA0E; }
span { border-color: rgb(79,170,14); }
td.TdClassName
{
border-color: #4FAA0E;
}
.TagClassName
{
border-color: #4FAA0E;
}
</style>