Shades of Kelly Green #4ACE16
Tints of Kelly Green #4ACE16
RGB
CMYK
RGB Variations
Color information
#4ACE16 (or 0x4ACE16) is known color: Kelly Green. HEX triplet: 4A, CE and 16. RGB value is (74,206,22). Sum of RGB (Red+Green+Blue) = 74+206+22=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 206 (80.86% from 255 or 68.21% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ACE16 is #B531E9. Grayscale: #929292. Windows color (decimal): -11874794 or 1494602. OLE color: 1494602.
HSL color Cylindrical-coordinate representation of color #4ACE16: hue angle of 103.04º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4ACE16 is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 22 | - |
| CMYK | 0.64 | 0 | 0.89 | 0.19 |
| HSL | 103.04º | 0.81% | 0.45% | - |
| HSV(B) | 103.04º | 0.89% | 0.81% | - |
| XYZ | 25.04 | 45.66 | 8.25 | - |
| YUV | 145.56 | 58.27 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 22 | 0.64 | 0 | 0.89 | 0.19 | 103.04 | 0.81 | 0.45 |
| Hex | 4A | CE | 16 | 40 | 0 | 59 | 13 | 67 | 51 | 2D |
| Octal | 112 | 316 | 26 | 100 | 0 | 131 | 23 | 147 | 121 | 55 |
| Binary | 1001010 | 11001110 | 10110 | 1000000 | 0 | 1011001 | 10011 | 1100111 | 1010001 | 101101 |
Color Harmonies of #4ACE16
Complementary color
Monochromatic Colors of #4ACE16
Black with #4ACE16
Text Example
Text Example
White with #4ACE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACE16; }
p { color: rgb(74,206,22); }
H1.HeaderClassName
{
color: #4ACE16;
}
.AnyTagClassName
{
color: #4ACE16;
}
</style>
background-color css
<style>
a { background-color: #4ACE16; }
a { background-color: rgb(74,206,22); }
div.DivClassName
{
background-color: #4ACE16;
}
.BgClassName
{
background-color: #4ACE16;
}
</style>
border-color css
<style>
span { border-color: #4ACE16; }
span { border-color: rgb(74,206,22); }
td.TdClassName
{
border-color: #4ACE16;
}
.TagClassName
{
border-color: #4ACE16;
}
</style>