Shades of Kelly Green #4AA618
Tints of Kelly Green #4AA618
RGB
CMYK
RGB Variations
Color information
#4AA618 (or 0x4AA618) is known color: Kelly Green. HEX triplet: 4A, A6 and 18. RGB value is (74,166,24). Sum of RGB (Red+Green+Blue) = 74+166+24=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 166 (65.23% from 255 or 62.88% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA618 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA618 is #B559E7. Grayscale: #7A7A7A. Windows color (decimal): -11885032 or 1615434. OLE color: 1615434.
HSL color Cylindrical-coordinate representation of color #4AA618: hue angle of 98.87º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4AA618 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 166 | 24 | - |
| CMYK | 0.55 | 0 | 0.86 | 0.35 |
| HSL | 98.87º | 0.75% | 0.37% | - |
| HSV(B) | 98.87º | 0.86% | 0.65% | - |
| XYZ | 16.63 | 28.79 | 5.55 | - |
| YUV | 122.3 | 72.52 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 166 | 24 | 0.55 | 0 | 0.86 | 0.35 | 98.87 | 0.75 | 0.37 |
| Hex | 4A | A6 | 18 | 37 | 0 | 56 | 23 | 63 | 4B | 25 |
| Octal | 112 | 246 | 30 | 67 | 0 | 126 | 43 | 143 | 113 | 45 |
| Binary | 1001010 | 10100110 | 11000 | 110111 | 0 | 1010110 | 100011 | 1100011 | 1001011 | 100101 |
Color Harmonies of #4AA618
Complementary color
Monochromatic Colors of #4AA618
Black with #4AA618
Text Example
Text Example
White with #4AA618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA618; }
p { color: rgb(74,166,24); }
H1.HeaderClassName
{
color: #4AA618;
}
.AnyTagClassName
{
color: #4AA618;
}
</style>
background-color css
<style>
a { background-color: #4AA618; }
a { background-color: rgb(74,166,24); }
div.DivClassName
{
background-color: #4AA618;
}
.BgClassName
{
background-color: #4AA618;
}
</style>
border-color css
<style>
span { border-color: #4AA618; }
span { border-color: rgb(74,166,24); }
td.TdClassName
{
border-color: #4AA618;
}
.TagClassName
{
border-color: #4AA618;
}
</style>