Shades of Kelly Green #4AA213
Tints of Kelly Green #4AA213
RGB
CMYK
RGB Variations
Color information
#4AA213 (or 0x4AA213) is known color: Kelly Green. HEX triplet: 4A, A2 and 13. RGB value is (74,162,19). Sum of RGB (Red+Green+Blue) = 74+162+19=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 162 (63.67% from 255 or 63.53% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA213 is #B55DEC. Grayscale: #777777. Windows color (decimal): -11886061 or 1286730. OLE color: 1286730.
HSL color Cylindrical-coordinate representation of color #4AA213: hue angle of 96.92º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4AA213 is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 19 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.36 |
| HSL | 96.92º | 0.79% | 0.35% | - |
| HSV(B) | 96.92º | 0.88% | 0.64% | - |
| XYZ | 15.86 | 27.34 | 5.06 | - |
| YUV | 119.39 | 71.35 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 19 | 0.54 | 0 | 0.88 | 0.36 | 96.92 | 0.79 | 0.35 |
| Hex | 4A | A2 | 13 | 36 | 0 | 58 | 24 | 61 | 4F | 23 |
| Octal | 112 | 242 | 23 | 66 | 0 | 130 | 44 | 141 | 117 | 43 |
| Binary | 1001010 | 10100010 | 10011 | 110110 | 0 | 1011000 | 100100 | 1100001 | 1001111 | 100011 |
Color Harmonies of #4AA213
Complementary color
Monochromatic Colors of #4AA213
Black with #4AA213
Text Example
Text Example
White with #4AA213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA213; }
p { color: rgb(74,162,19); }
H1.HeaderClassName
{
color: #4AA213;
}
.AnyTagClassName
{
color: #4AA213;
}
</style>
background-color css
<style>
a { background-color: #4AA213; }
a { background-color: rgb(74,162,19); }
div.DivClassName
{
background-color: #4AA213;
}
.BgClassName
{
background-color: #4AA213;
}
</style>
border-color css
<style>
span { border-color: #4AA213; }
span { border-color: rgb(74,162,19); }
td.TdClassName
{
border-color: #4AA213;
}
.TagClassName
{
border-color: #4AA213;
}
</style>