Shades of Kelly Green #4AAA20
Tints of Kelly Green #4AAA20
RGB
CMYK
RGB Variations
Color information
#4AAA20 (or 0x4AAA20) is known color: Kelly Green. HEX triplet: 4A, AA and 20. RGB value is (74,170,32). Sum of RGB (Red+Green+Blue) = 74+170+32=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 170 (66.80% from 255 or 61.59% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA20 is #B555DF. Grayscale: #7E7E7E. Windows color (decimal): -11884000 or 2140746. OLE color: 2140746.
HSL color Cylindrical-coordinate representation of color #4AAA20: hue angle of 101.74º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4AAA20 is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 32 | - |
| CMYK | 0.56 | 0 | 0.81 | 0.33 |
| HSL | 101.74º | 0.68% | 0.4% | - |
| HSV(B) | 101.74º | 0.81% | 0.67% | - |
| XYZ | 17.46 | 30.31 | 6.3 | - |
| YUV | 125.56 | 75.2 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 32 | 0.56 | 0 | 0.81 | 0.33 | 101.74 | 0.68 | 0.4 |
| Hex | 4A | AA | 20 | 38 | 0 | 51 | 21 | 66 | 44 | 28 |
| Octal | 112 | 252 | 40 | 70 | 0 | 121 | 41 | 146 | 104 | 50 |
| Binary | 1001010 | 10101010 | 100000 | 111000 | 0 | 1010001 | 100001 | 1100110 | 1000100 | 101000 |
Color Harmonies of #4AAA20
Complementary color
Monochromatic Colors of #4AAA20
Black with #4AAA20
Text Example
Text Example
White with #4AAA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA20; }
p { color: rgb(74,170,32); }
H1.HeaderClassName
{
color: #4AAA20;
}
.AnyTagClassName
{
color: #4AAA20;
}
</style>
background-color css
<style>
a { background-color: #4AAA20; }
a { background-color: rgb(74,170,32); }
div.DivClassName
{
background-color: #4AAA20;
}
.BgClassName
{
background-color: #4AAA20;
}
</style>
border-color css
<style>
span { border-color: #4AAA20; }
span { border-color: rgb(74,170,32); }
td.TdClassName
{
border-color: #4AAA20;
}
.TagClassName
{
border-color: #4AAA20;
}
</style>