Shades of Kelly Green #4AAA21
Tints of Kelly Green #4AAA21
RGB
CMYK
RGB Variations
Color information
#4AAA21 (or 0x4AAA21) is known color: Kelly Green. HEX triplet: 4A, AA and 21. RGB value is (74,170,33). Sum of RGB (Red+Green+Blue) = 74+170+33=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 170 (66.80% from 255 or 61.37% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA21 is #B555DE. Grayscale: #7E7E7E. Windows color (decimal): -11883999 or 2206282. OLE color: 2206282.
HSL color Cylindrical-coordinate representation of color #4AAA21: hue angle of 102.04º degrees, saturation: 0.67, 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 #4AAA21 is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 33 | - |
| CMYK | 0.56 | 0 | 0.81 | 0.33 |
| HSL | 102.04º | 0.67% | 0.4% | - |
| HSV(B) | 102.04º | 0.81% | 0.67% | - |
| XYZ | 17.47 | 30.32 | 6.37 | - |
| YUV | 125.68 | 75.7 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 33 | 0.56 | 0 | 0.81 | 0.33 | 102.04 | 0.67 | 0.4 |
| Hex | 4A | AA | 21 | 38 | 0 | 51 | 21 | 66 | 43 | 28 |
| Octal | 112 | 252 | 41 | 70 | 0 | 121 | 41 | 146 | 103 | 50 |
| Binary | 1001010 | 10101010 | 100001 | 111000 | 0 | 1010001 | 100001 | 1100110 | 1000011 | 101000 |
Color Harmonies of #4AAA21
Complementary color
Monochromatic Colors of #4AAA21
Black with #4AAA21
Text Example
Text Example
White with #4AAA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA21; }
p { color: rgb(74,170,33); }
H1.HeaderClassName
{
color: #4AAA21;
}
.AnyTagClassName
{
color: #4AAA21;
}
</style>
background-color css
<style>
a { background-color: #4AAA21; }
a { background-color: rgb(74,170,33); }
div.DivClassName
{
background-color: #4AAA21;
}
.BgClassName
{
background-color: #4AAA21;
}
</style>
border-color css
<style>
span { border-color: #4AAA21; }
span { border-color: rgb(74,170,33); }
td.TdClassName
{
border-color: #4AAA21;
}
.TagClassName
{
border-color: #4AAA21;
}
</style>