Shades of Kelly Green #4AA019
Tints of Kelly Green #4AA019
RGB
CMYK
RGB Variations
Color information
#4AA019 (or 0x4AA019) is known color: Kelly Green. HEX triplet: 4A, A0 and 19. RGB value is (74,160,25). Sum of RGB (Red+Green+Blue) = 74+160+25=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 160 (62.89% from 255 or 61.78% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA019 is #B55FE6. Grayscale: #777777. Windows color (decimal): -11886567 or 1679434. OLE color: 1679434.
HSL color Cylindrical-coordinate representation of color #4AA019: hue angle of 98.22º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AA019 is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 160 | 25 | - |
| CMYK | 0.54 | 0 | 0.84 | 0.37 |
| HSL | 98.22º | 0.73% | 0.36% | - |
| HSV(B) | 98.22º | 0.84% | 0.63% | - |
| XYZ | 15.57 | 26.67 | 5.25 | - |
| YUV | 118.9 | 75.01 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 160 | 25 | 0.54 | 0 | 0.84 | 0.37 | 98.22 | 0.73 | 0.36 |
| Hex | 4A | A0 | 19 | 36 | 0 | 54 | 25 | 62 | 49 | 24 |
| Octal | 112 | 240 | 31 | 66 | 0 | 124 | 45 | 142 | 111 | 44 |
| Binary | 1001010 | 10100000 | 11001 | 110110 | 0 | 1010100 | 100101 | 1100010 | 1001001 | 100100 |
Color Harmonies of #4AA019
Complementary color
Monochromatic Colors of #4AA019
Black with #4AA019
Text Example
Text Example
White with #4AA019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA019; }
p { color: rgb(74,160,25); }
H1.HeaderClassName
{
color: #4AA019;
}
.AnyTagClassName
{
color: #4AA019;
}
</style>
background-color css
<style>
a { background-color: #4AA019; }
a { background-color: rgb(74,160,25); }
div.DivClassName
{
background-color: #4AA019;
}
.BgClassName
{
background-color: #4AA019;
}
</style>
border-color css
<style>
span { border-color: #4AA019; }
span { border-color: rgb(74,160,25); }
td.TdClassName
{
border-color: #4AA019;
}
.TagClassName
{
border-color: #4AA019;
}
</style>