Shades of Kelly Green #4AAA13
Tints of Kelly Green #4AAA13
RGB
CMYK
RGB Variations
Color information
#4AAA13 (or 0x4AAA13) is known color: Kelly Green. HEX triplet: 4A, AA and 13. RGB value is (74,170,19). Sum of RGB (Red+Green+Blue) = 74+170+19=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAA13 is #B555EC. Grayscale: #7C7C7C. Windows color (decimal): -11884013 or 1288778. OLE color: 1288778.
HSL color Cylindrical-coordinate representation of color #4AAA13: hue angle of 98.15º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4AAA13 is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 19 | - |
| CMYK | 0.56 | 0 | 0.89 | 0.33 |
| HSL | 98.15º | 0.8% | 0.37% | - |
| HSV(B) | 98.15º | 0.89% | 0.67% | - |
| XYZ | 17.32 | 30.25 | 5.54 | - |
| YUV | 124.08 | 68.7 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 19 | 0.56 | 0 | 0.89 | 0.33 | 98.15 | 0.8 | 0.37 |
| Hex | 4A | AA | 13 | 38 | 0 | 59 | 21 | 62 | 50 | 25 |
| Octal | 112 | 252 | 23 | 70 | 0 | 131 | 41 | 142 | 120 | 45 |
| Binary | 1001010 | 10101010 | 10011 | 111000 | 0 | 1011001 | 100001 | 1100010 | 1010000 | 100101 |
Color Harmonies of #4AAA13
Complementary color
Monochromatic Colors of #4AAA13
Black with #4AAA13
Text Example
Text Example
White with #4AAA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA13; }
p { color: rgb(74,170,19); }
H1.HeaderClassName
{
color: #4AAA13;
}
.AnyTagClassName
{
color: #4AAA13;
}
</style>
background-color css
<style>
a { background-color: #4AAA13; }
a { background-color: rgb(74,170,19); }
div.DivClassName
{
background-color: #4AAA13;
}
.BgClassName
{
background-color: #4AAA13;
}
</style>
border-color css
<style>
span { border-color: #4AAA13; }
span { border-color: rgb(74,170,19); }
td.TdClassName
{
border-color: #4AAA13;
}
.TagClassName
{
border-color: #4AAA13;
}
</style>