Shades of Kelly Green #4AC40C
Tints of Kelly Green #4AC40C
RGB
CMYK
RGB Variations
Color information
#4AC40C (or 0x4AC40C) is known color: Kelly Green. HEX triplet: 4A, C4 and 0C. RGB value is (74,196,12). Sum of RGB (Red+Green+Blue) = 74+196+12=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 196 (76.95% from 255 or 69.50% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 196 - color contains mainly: green. Hex color #4AC40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC40C is #B53BF3. Grayscale: #8B8B8B. Windows color (decimal): -11877364 or 836682. OLE color: 836682.
HSL color Cylindrical-coordinate representation of color #4AC40C: hue angle of 99.78º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4AC40C is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 196 | 12 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.23 |
| HSL | 99.78º | 0.88% | 0.41% | - |
| HSV(B) | 99.78º | 0.94% | 0.77% | - |
| XYZ | 22.63 | 40.96 | 7.06 | - |
| YUV | 138.55 | 56.58 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 196 | 12 | 0.62 | 0 | 0.94 | 0.23 | 99.78 | 0.88 | 0.41 |
| Hex | 4A | C4 | C | 3E | 0 | 5E | 17 | 64 | 58 | 29 |
| Octal | 112 | 304 | 14 | 76 | 0 | 136 | 27 | 144 | 130 | 51 |
| Binary | 1001010 | 11000100 | 1100 | 111110 | 0 | 1011110 | 10111 | 1100100 | 1011000 | 101001 |
Color Harmonies of #4AC40C
Complementary color
Monochromatic Colors of #4AC40C
Black with #4AC40C
Text Example
Text Example
White with #4AC40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC40C; }
p { color: rgb(74,196,12); }
H1.HeaderClassName
{
color: #4AC40C;
}
.AnyTagClassName
{
color: #4AC40C;
}
</style>
background-color css
<style>
a { background-color: #4AC40C; }
a { background-color: rgb(74,196,12); }
div.DivClassName
{
background-color: #4AC40C;
}
.BgClassName
{
background-color: #4AC40C;
}
</style>
border-color css
<style>
span { border-color: #4AC40C; }
span { border-color: rgb(74,196,12); }
td.TdClassName
{
border-color: #4AC40C;
}
.TagClassName
{
border-color: #4AC40C;
}
</style>