Shades of Kelly Green #4AA416
Tints of Kelly Green #4AA416
RGB
CMYK
RGB Variations
Color information
#4AA416 (or 0x4AA416) is known color: Kelly Green. HEX triplet: 4A, A4 and 16. RGB value is (74,164,22). Sum of RGB (Red+Green+Blue) = 74+164+22=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 164 (64.45% from 255 or 63.08% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA416 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA416 is #B55BE9. Grayscale: #797979. Windows color (decimal): -11885546 or 1483850. OLE color: 1483850.
HSL color Cylindrical-coordinate representation of color #4AA416: hue angle of 98.03º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4AA416 is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 164 | 22 | - |
| CMYK | 0.55 | 0 | 0.87 | 0.36 |
| HSL | 98.03º | 0.76% | 0.36% | - |
| HSV(B) | 98.03º | 0.87% | 0.64% | - |
| XYZ | 16.24 | 28.06 | 5.32 | - |
| YUV | 120.9 | 72.18 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 164 | 22 | 0.55 | 0 | 0.87 | 0.36 | 98.03 | 0.76 | 0.36 |
| Hex | 4A | A4 | 16 | 37 | 0 | 57 | 24 | 62 | 4C | 24 |
| Octal | 112 | 244 | 26 | 67 | 0 | 127 | 44 | 142 | 114 | 44 |
| Binary | 1001010 | 10100100 | 10110 | 110111 | 0 | 1010111 | 100100 | 1100010 | 1001100 | 100100 |
Color Harmonies of #4AA416
Complementary color
Monochromatic Colors of #4AA416
Black with #4AA416
Text Example
Text Example
White with #4AA416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA416; }
p { color: rgb(74,164,22); }
H1.HeaderClassName
{
color: #4AA416;
}
.AnyTagClassName
{
color: #4AA416;
}
</style>
background-color css
<style>
a { background-color: #4AA416; }
a { background-color: rgb(74,164,22); }
div.DivClassName
{
background-color: #4AA416;
}
.BgClassName
{
background-color: #4AA416;
}
</style>
border-color css
<style>
span { border-color: #4AA416; }
span { border-color: rgb(74,164,22); }
td.TdClassName
{
border-color: #4AA416;
}
.TagClassName
{
border-color: #4AA416;
}
</style>