Shades of Kelly Green #4AAA32
Tints of Kelly Green #4AAA32
RGB
CMYK
RGB Variations
Color information
#4AAA32 (or 0x4AAA32) is known color: Kelly Green. HEX triplet: 4A, AA and 32. RGB value is (74,170,50). Sum of RGB (Red+Green+Blue) = 74+170+50=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA32 is #B555CD. Grayscale: #808080. Windows color (decimal): -11883982 or 3320394. OLE color: 3320394.
HSL color Cylindrical-coordinate representation of color #4AAA32: hue angle of 108º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AAA32 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 50 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.33 |
| HSL | 108º | 0.55% | 0.43% | - |
| HSV(B) | 108º | 0.71% | 0.67% | - |
| XYZ | 17.77 | 30.44 | 7.96 | - |
| YUV | 127.62 | 84.2 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 50 | 0.56 | 0 | 0.71 | 0.33 | 108 | 0.55 | 0.43 |
| Hex | 4A | AA | 32 | 38 | 0 | 47 | 21 | 6C | 37 | 2B |
| Octal | 112 | 252 | 62 | 70 | 0 | 107 | 41 | 154 | 67 | 53 |
| Binary | 1001010 | 10101010 | 110010 | 111000 | 0 | 1000111 | 100001 | 1101100 | 110111 | 101011 |
Color Harmonies of #4AAA32
Complementary color
Monochromatic Colors of #4AAA32
Black with #4AAA32
Text Example
Text Example
White with #4AAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA32; }
p { color: rgb(74,170,50); }
H1.HeaderClassName
{
color: #4AAA32;
}
.AnyTagClassName
{
color: #4AAA32;
}
</style>
background-color css
<style>
a { background-color: #4AAA32; }
a { background-color: rgb(74,170,50); }
div.DivClassName
{
background-color: #4AAA32;
}
.BgClassName
{
background-color: #4AAA32;
}
</style>
border-color css
<style>
span { border-color: #4AAA32; }
span { border-color: rgb(74,170,50); }
td.TdClassName
{
border-color: #4AAA32;
}
.TagClassName
{
border-color: #4AAA32;
}
</style>