Shades of Kelly Green #4AA20A
Tints of Kelly Green #4AA20A
RGB
CMYK
RGB Variations
Color information
#4AA20A (or 0x4AA20A) is known color: Kelly Green. HEX triplet: 4A, A2 and 0A. RGB value is (74,162,10). Sum of RGB (Red+Green+Blue) = 74+162+10=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 162 (63.67% from 255 or 65.85% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA20A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA20A is #B55DF5. Grayscale: #767676. Windows color (decimal): -11886070 or 696906. OLE color: 696906.
HSL color Cylindrical-coordinate representation of color #4AA20A: hue angle of 94.74º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4AA20A is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 10 | - |
| CMYK | 0.54 | 0 | 0.94 | 0.36 |
| HSL | 94.74º | 0.88% | 0.34% | - |
| HSV(B) | 94.74º | 0.94% | 0.64% | - |
| XYZ | 15.8 | 27.32 | 4.73 | - |
| YUV | 118.36 | 66.85 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 10 | 0.54 | 0 | 0.94 | 0.36 | 94.74 | 0.88 | 0.34 |
| Hex | 4A | A2 | A | 36 | 0 | 5E | 24 | 5F | 58 | 22 |
| Octal | 112 | 242 | 12 | 66 | 0 | 136 | 44 | 137 | 130 | 42 |
| Binary | 1001010 | 10100010 | 1010 | 110110 | 0 | 1011110 | 100100 | 1011111 | 1011000 | 100010 |
Color Harmonies of #4AA20A
Complementary color
Monochromatic Colors of #4AA20A
Black with #4AA20A
Text Example
Text Example
White with #4AA20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA20A; }
p { color: rgb(74,162,10); }
H1.HeaderClassName
{
color: #4AA20A;
}
.AnyTagClassName
{
color: #4AA20A;
}
</style>
background-color css
<style>
a { background-color: #4AA20A; }
a { background-color: rgb(74,162,10); }
div.DivClassName
{
background-color: #4AA20A;
}
.BgClassName
{
background-color: #4AA20A;
}
</style>
border-color css
<style>
span { border-color: #4AA20A; }
span { border-color: rgb(74,162,10); }
td.TdClassName
{
border-color: #4AA20A;
}
.TagClassName
{
border-color: #4AA20A;
}
</style>