Shades of Kelly Green #4AAA2F
Tints of Kelly Green #4AAA2F
RGB
CMYK
RGB Variations
Color information
#4AAA2F (or 0x4AAA2F) is known color: Kelly Green. HEX triplet: 4A, AA and 2F. RGB value is (74,170,47). Sum of RGB (Red+Green+Blue) = 74+170+47=291 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.43% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA2F is #B555D0. Grayscale: #7F7F7F. Windows color (decimal): -11883985 or 3123786. OLE color: 3123786.
HSL color Cylindrical-coordinate representation of color #4AAA2F: hue angle of 106.83º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4AAA2F is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 47 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.33 |
| HSL | 106.83º | 0.57% | 0.43% | - |
| HSV(B) | 106.83º | 0.72% | 0.67% | - |
| XYZ | 17.71 | 30.41 | 7.63 | - |
| YUV | 127.27 | 82.7 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 47 | 0.56 | 0 | 0.72 | 0.33 | 106.83 | 0.57 | 0.43 |
| Hex | 4A | AA | 2F | 38 | 0 | 48 | 21 | 6B | 39 | 2B |
| Octal | 112 | 252 | 57 | 70 | 0 | 110 | 41 | 153 | 71 | 53 |
| Binary | 1001010 | 10101010 | 101111 | 111000 | 0 | 1001000 | 100001 | 1101011 | 111001 | 101011 |
Color Harmonies of #4AAA2F
Complementary color
Monochromatic Colors of #4AAA2F
Black with #4AAA2F
Text Example
Text Example
White with #4AAA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA2F; }
p { color: rgb(74,170,47); }
H1.HeaderClassName
{
color: #4AAA2F;
}
.AnyTagClassName
{
color: #4AAA2F;
}
</style>
background-color css
<style>
a { background-color: #4AAA2F; }
a { background-color: rgb(74,170,47); }
div.DivClassName
{
background-color: #4AAA2F;
}
.BgClassName
{
background-color: #4AAA2F;
}
</style>
border-color css
<style>
span { border-color: #4AAA2F; }
span { border-color: rgb(74,170,47); }
td.TdClassName
{
border-color: #4AAA2F;
}
.TagClassName
{
border-color: #4AAA2F;
}
</style>