Shades of Kelly Green #4AA415
Tints of Kelly Green #4AA415
RGB
CMYK
RGB Variations
Color information
#4AA415 (or 0x4AA415) is known color: Kelly Green. HEX triplet: 4A, A4 and 15. RGB value is (74,164,21). Sum of RGB (Red+Green+Blue) = 74+164+21=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 164 (64.45% from 255 or 63.32% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA415 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA415 is #B55BEA. Grayscale: #797979. Windows color (decimal): -11885547 or 1418314. OLE color: 1418314.
HSL color Cylindrical-coordinate representation of color #4AA415: hue angle of 97.76º degrees, saturation: 0.77, 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 #4AA415 is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 164 | 21 | - |
| CMYK | 0.55 | 0 | 0.87 | 0.36 |
| HSL | 97.76º | 0.77% | 0.36% | - |
| HSV(B) | 97.76º | 0.87% | 0.64% | - |
| XYZ | 16.23 | 28.06 | 5.27 | - |
| YUV | 120.79 | 71.68 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 164 | 21 | 0.55 | 0 | 0.87 | 0.36 | 97.76 | 0.77 | 0.36 |
| Hex | 4A | A4 | 15 | 37 | 0 | 57 | 24 | 62 | 4D | 24 |
| Octal | 112 | 244 | 25 | 67 | 0 | 127 | 44 | 142 | 115 | 44 |
| Binary | 1001010 | 10100100 | 10101 | 110111 | 0 | 1010111 | 100100 | 1100010 | 1001101 | 100100 |
Color Harmonies of #4AA415
Complementary color
Monochromatic Colors of #4AA415
Black with #4AA415
Text Example
Text Example
White with #4AA415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA415; }
p { color: rgb(74,164,21); }
H1.HeaderClassName
{
color: #4AA415;
}
.AnyTagClassName
{
color: #4AA415;
}
</style>
background-color css
<style>
a { background-color: #4AA415; }
a { background-color: rgb(74,164,21); }
div.DivClassName
{
background-color: #4AA415;
}
.BgClassName
{
background-color: #4AA415;
}
</style>
border-color css
<style>
span { border-color: #4AA415; }
span { border-color: rgb(74,164,21); }
td.TdClassName
{
border-color: #4AA415;
}
.TagClassName
{
border-color: #4AA415;
}
</style>