Shades of Kelly Green #4AA412
Tints of Kelly Green #4AA412
RGB
CMYK
RGB Variations
Color information
#4AA412 (or 0x4AA412) is known color: Kelly Green. HEX triplet: 4A, A4 and 12. RGB value is (74,164,18). Sum of RGB (Red+Green+Blue) = 74+164+18=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 164 (64.45% from 255 or 64.06% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA412 is #B55BED. Grayscale: #787878. Windows color (decimal): -11885550 or 1221706. OLE color: 1221706.
HSL color Cylindrical-coordinate representation of color #4AA412: hue angle of 96.99º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4AA412 is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 164 | 18 | - |
| CMYK | 0.55 | 0 | 0.89 | 0.36 |
| HSL | 96.99º | 0.8% | 0.36% | - |
| HSV(B) | 96.99º | 0.89% | 0.64% | - |
| XYZ | 16.21 | 28.05 | 5.13 | - |
| YUV | 120.45 | 70.18 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 164 | 18 | 0.55 | 0 | 0.89 | 0.36 | 96.99 | 0.8 | 0.36 |
| Hex | 4A | A4 | 12 | 37 | 0 | 59 | 24 | 61 | 50 | 24 |
| Octal | 112 | 244 | 22 | 67 | 0 | 131 | 44 | 141 | 120 | 44 |
| Binary | 1001010 | 10100100 | 10010 | 110111 | 0 | 1011001 | 100100 | 1100001 | 1010000 | 100100 |
Color Harmonies of #4AA412
Complementary color
Monochromatic Colors of #4AA412
Black with #4AA412
Text Example
Text Example
White with #4AA412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA412; }
p { color: rgb(74,164,18); }
H1.HeaderClassName
{
color: #4AA412;
}
.AnyTagClassName
{
color: #4AA412;
}
</style>
background-color css
<style>
a { background-color: #4AA412; }
a { background-color: rgb(74,164,18); }
div.DivClassName
{
background-color: #4AA412;
}
.BgClassName
{
background-color: #4AA412;
}
</style>
border-color css
<style>
span { border-color: #4AA412; }
span { border-color: rgb(74,164,18); }
td.TdClassName
{
border-color: #4AA412;
}
.TagClassName
{
border-color: #4AA412;
}
</style>