Shades of Kelly Green #4AA110
Tints of Kelly Green #4AA110
RGB
CMYK
RGB Variations
Color information
#4AA110 (or 0x4AA110) is known color: Kelly Green. HEX triplet: 4A, A1 and 10. RGB value is (74,161,16). Sum of RGB (Red+Green+Blue) = 74+161+16=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 161 (63.28% from 255 or 64.14% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 161 - color contains mainly: green. Hex color #4AA110 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA110 is #B55EEF. Grayscale: #767676. Windows color (decimal): -11886320 or 1089866. OLE color: 1089866.
HSL color Cylindrical-coordinate representation of color #4AA110: hue angle of 96º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4AA110 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 161 | 16 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.37 |
| HSL | 96º | 0.82% | 0.35% | - |
| HSV(B) | 96º | 0.9% | 0.63% | - |
| XYZ | 15.66 | 26.98 | 4.87 | - |
| YUV | 118.46 | 70.18 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 161 | 16 | 0.54 | 0 | 0.90 | 0.37 | 96 | 0.82 | 0.35 |
| Hex | 4A | A1 | 10 | 36 | 0 | 5A | 25 | 60 | 52 | 23 |
| Octal | 112 | 241 | 20 | 66 | 0 | 132 | 45 | 140 | 122 | 43 |
| Binary | 1001010 | 10100001 | 10000 | 110110 | 0 | 1011010 | 100101 | 1100000 | 1010010 | 100011 |
Color Harmonies of #4AA110
Complementary color
Monochromatic Colors of #4AA110
Black with #4AA110
Text Example
Text Example
White with #4AA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA110; }
p { color: rgb(74,161,16); }
H1.HeaderClassName
{
color: #4AA110;
}
.AnyTagClassName
{
color: #4AA110;
}
</style>
background-color css
<style>
a { background-color: #4AA110; }
a { background-color: rgb(74,161,16); }
div.DivClassName
{
background-color: #4AA110;
}
.BgClassName
{
background-color: #4AA110;
}
</style>
border-color css
<style>
span { border-color: #4AA110; }
span { border-color: rgb(74,161,16); }
td.TdClassName
{
border-color: #4AA110;
}
.TagClassName
{
border-color: #4AA110;
}
</style>