Shades of Kelly Green #4AC222
Tints of Kelly Green #4AC222
RGB
CMYK
RGB Variations
Color information
#4AC222 (or 0x4AC222) is known color: Kelly Green. HEX triplet: 4A, C2 and 22. RGB value is (74,194,34). Sum of RGB (Red+Green+Blue) = 74+194+34=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 194 (76.17% from 255 or 64.24% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC222 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC222 is #B53DDD. Grayscale: #8C8C8C. Windows color (decimal): -11877854 or 2277962. OLE color: 2277962.
HSL color Cylindrical-coordinate representation of color #4AC222: hue angle of 105º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4AC222 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 34 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.24 |
| HSL | 105º | 0.7% | 0.45% | - |
| HSV(B) | 105º | 0.82% | 0.76% | - |
| XYZ | 22.4 | 40.15 | 8.08 | - |
| YUV | 139.88 | 68.24 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 34 | 0.62 | 0 | 0.82 | 0.24 | 105 | 0.7 | 0.45 |
| Hex | 4A | C2 | 22 | 3E | 0 | 52 | 18 | 69 | 46 | 2D |
| Octal | 112 | 302 | 42 | 76 | 0 | 122 | 30 | 151 | 106 | 55 |
| Binary | 1001010 | 11000010 | 100010 | 111110 | 0 | 1010010 | 11000 | 1101001 | 1000110 | 101101 |
Color Harmonies of #4AC222
Complementary color
Monochromatic Colors of #4AC222
Black with #4AC222
Text Example
Text Example
White with #4AC222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC222; }
p { color: rgb(74,194,34); }
H1.HeaderClassName
{
color: #4AC222;
}
.AnyTagClassName
{
color: #4AC222;
}
</style>
background-color css
<style>
a { background-color: #4AC222; }
a { background-color: rgb(74,194,34); }
div.DivClassName
{
background-color: #4AC222;
}
.BgClassName
{
background-color: #4AC222;
}
</style>
border-color css
<style>
span { border-color: #4AC222; }
span { border-color: rgb(74,194,34); }
td.TdClassName
{
border-color: #4AC222;
}
.TagClassName
{
border-color: #4AC222;
}
</style>