Shades of Kelly Green #4AAE28
Tints of Kelly Green #4AAE28
RGB
CMYK
RGB Variations
Color information
#4AAE28 (or 0x4AAE28) is known color: Kelly Green. HEX triplet: 4A, AE and 28. RGB value is (74,174,40). Sum of RGB (Red+Green+Blue) = 74+174+40=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 174 (68.36% from 255 or 60.42% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAE28 is #B551D7. Grayscale: #818181. Windows color (decimal): -11882968 or 2666058. OLE color: 2666058.
HSL color Cylindrical-coordinate representation of color #4AAE28: hue angle of 104.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4AAE28 is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 174 | 40 | - |
| CMYK | 0.57 | 0 | 0.77 | 0.32 |
| HSL | 104.78º | 0.63% | 0.42% | - |
| HSV(B) | 104.78º | 0.77% | 0.68% | - |
| XYZ | 18.34 | 31.88 | 7.19 | - |
| YUV | 128.82 | 77.87 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 174 | 40 | 0.57 | 0 | 0.77 | 0.32 | 104.78 | 0.63 | 0.42 |
| Hex | 4A | AE | 28 | 39 | 0 | 4D | 20 | 69 | 3F | 2A |
| Octal | 112 | 256 | 50 | 71 | 0 | 115 | 40 | 151 | 77 | 52 |
| Binary | 1001010 | 10101110 | 101000 | 111001 | 0 | 1001101 | 100000 | 1101001 | 111111 | 101010 |
Color Harmonies of #4AAE28
Complementary color
Monochromatic Colors of #4AAE28
Black with #4AAE28
Text Example
Text Example
White with #4AAE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAE28; }
p { color: rgb(74,174,40); }
H1.HeaderClassName
{
color: #4AAE28;
}
.AnyTagClassName
{
color: #4AAE28;
}
</style>
background-color css
<style>
a { background-color: #4AAE28; }
a { background-color: rgb(74,174,40); }
div.DivClassName
{
background-color: #4AAE28;
}
.BgClassName
{
background-color: #4AAE28;
}
</style>
border-color css
<style>
span { border-color: #4AAE28; }
span { border-color: rgb(74,174,40); }
td.TdClassName
{
border-color: #4AAE28;
}
.TagClassName
{
border-color: #4AAE28;
}
</style>