Shades of Kelly Green #4AAA22
Tints of Kelly Green #4AAA22
RGB
CMYK
RGB Variations
Color information
#4AAA22 (or 0x4AAA22) is known color: Kelly Green. HEX triplet: 4A, AA and 22. RGB value is (74,170,34). Sum of RGB (Red+Green+Blue) = 74+170+34=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 170 (66.80% from 255 or 61.15% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA22 is #B555DD. Grayscale: #7E7E7E. Windows color (decimal): -11883998 or 2271818. OLE color: 2271818.
HSL color Cylindrical-coordinate representation of color #4AAA22: hue angle of 102.35º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4AAA22 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 34 | - |
| CMYK | 0.56 | 0 | 0.80 | 0.33 |
| HSL | 102.35º | 0.67% | 0.4% | - |
| HSV(B) | 102.35º | 0.8% | 0.67% | - |
| XYZ | 17.49 | 30.32 | 6.44 | - |
| YUV | 125.79 | 76.2 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 34 | 0.56 | 0 | 0.80 | 0.33 | 102.35 | 0.67 | 0.4 |
| Hex | 4A | AA | 22 | 38 | 0 | 50 | 21 | 66 | 43 | 28 |
| Octal | 112 | 252 | 42 | 70 | 0 | 120 | 41 | 146 | 103 | 50 |
| Binary | 1001010 | 10101010 | 100010 | 111000 | 0 | 1010000 | 100001 | 1100110 | 1000011 | 101000 |
Color Harmonies of #4AAA22
Complementary color
Monochromatic Colors of #4AAA22
Black with #4AAA22
Text Example
Text Example
White with #4AAA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA22; }
p { color: rgb(74,170,34); }
H1.HeaderClassName
{
color: #4AAA22;
}
.AnyTagClassName
{
color: #4AAA22;
}
</style>
background-color css
<style>
a { background-color: #4AAA22; }
a { background-color: rgb(74,170,34); }
div.DivClassName
{
background-color: #4AAA22;
}
.BgClassName
{
background-color: #4AAA22;
}
</style>
border-color css
<style>
span { border-color: #4AAA22; }
span { border-color: rgb(74,170,34); }
td.TdClassName
{
border-color: #4AAA22;
}
.TagClassName
{
border-color: #4AAA22;
}
</style>