Shades of Kelly Green #4AAA31
Tints of Kelly Green #4AAA31
RGB
CMYK
RGB Variations
Color information
#4AAA31 (or 0x4AAA31) is known color: Kelly Green. HEX triplet: 4A, AA and 31. RGB value is (74,170,49). Sum of RGB (Red+Green+Blue) = 74+170+49=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA31 is #B555CE. Grayscale: #7F7F7F. Windows color (decimal): -11883983 or 3254858. OLE color: 3254858.
HSL color Cylindrical-coordinate representation of color #4AAA31: hue angle of 107.6º 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 #4AAA31 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 49 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.33 |
| HSL | 107.6º | 0.55% | 0.43% | - |
| HSV(B) | 107.6º | 0.71% | 0.67% | - |
| XYZ | 17.75 | 30.43 | 7.84 | - |
| YUV | 127.5 | 83.7 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 49 | 0.56 | 0 | 0.71 | 0.33 | 107.6 | 0.55 | 0.43 |
| Hex | 4A | AA | 31 | 38 | 0 | 47 | 21 | 6C | 37 | 2B |
| Octal | 112 | 252 | 61 | 70 | 0 | 107 | 41 | 154 | 67 | 53 |
| Binary | 1001010 | 10101010 | 110001 | 111000 | 0 | 1000111 | 100001 | 1101100 | 110111 | 101011 |
Color Harmonies of #4AAA31
Complementary color
Monochromatic Colors of #4AAA31
Black with #4AAA31
Text Example
Text Example
White with #4AAA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA31; }
p { color: rgb(74,170,49); }
H1.HeaderClassName
{
color: #4AAA31;
}
.AnyTagClassName
{
color: #4AAA31;
}
</style>
background-color css
<style>
a { background-color: #4AAA31; }
a { background-color: rgb(74,170,49); }
div.DivClassName
{
background-color: #4AAA31;
}
.BgClassName
{
background-color: #4AAA31;
}
</style>
border-color css
<style>
span { border-color: #4AAA31; }
span { border-color: rgb(74,170,49); }
td.TdClassName
{
border-color: #4AAA31;
}
.TagClassName
{
border-color: #4AAA31;
}
</style>