Shades of Kelly Green #4AAD0E
Tints of Kelly Green #4AAD0E
RGB
CMYK
RGB Variations
Color information
#4AAD0E (or 0x4AAD0E) is known color: Kelly Green. HEX triplet: 4A, AD and 0E. RGB value is (74,173,14). Sum of RGB (Red+Green+Blue) = 74+173+14=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 173 (67.97% from 255 or 66.28% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAD0E is #B552F1. Grayscale: #7D7D7D. Windows color (decimal): -11883250 or 961866. OLE color: 961866.
HSL color Cylindrical-coordinate representation of color #4AAD0E: hue angle of 97.36º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4AAD0E is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 173 | 14 | - |
| CMYK | 0.57 | 0 | 0.92 | 0.32 |
| HSL | 97.36º | 0.85% | 0.37% | - |
| HSV(B) | 97.36º | 0.92% | 0.68% | - |
| XYZ | 17.85 | 31.37 | 5.53 | - |
| YUV | 125.27 | 65.2 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 14 | 0.57 | 0 | 0.92 | 0.32 | 97.36 | 0.85 | 0.37 |
| Hex | 4A | AD | E | 39 | 0 | 5C | 20 | 61 | 55 | 25 |
| Octal | 112 | 255 | 16 | 71 | 0 | 134 | 40 | 141 | 125 | 45 |
| Binary | 1001010 | 10101101 | 1110 | 111001 | 0 | 1011100 | 100000 | 1100001 | 1010101 | 100101 |
Color Harmonies of #4AAD0E
Complementary color
Monochromatic Colors of #4AAD0E
Black with #4AAD0E
Text Example
Text Example
White with #4AAD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAD0E; }
p { color: rgb(74,173,14); }
H1.HeaderClassName
{
color: #4AAD0E;
}
.AnyTagClassName
{
color: #4AAD0E;
}
</style>
background-color css
<style>
a { background-color: #4AAD0E; }
a { background-color: rgb(74,173,14); }
div.DivClassName
{
background-color: #4AAD0E;
}
.BgClassName
{
background-color: #4AAD0E;
}
</style>
border-color css
<style>
span { border-color: #4AAD0E; }
span { border-color: rgb(74,173,14); }
td.TdClassName
{
border-color: #4AAD0E;
}
.TagClassName
{
border-color: #4AAD0E;
}
</style>