Shades of Kelly Green #4AC60D
Tints of Kelly Green #4AC60D
RGB
CMYK
RGB Variations
Color information
#4AC60D (or 0x4AC60D) is known color: Kelly Green. HEX triplet: 4A, C6 and 0D. RGB value is (74,198,13). Sum of RGB (Red+Green+Blue) = 74+198+13=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 198 (77.73% from 255 or 69.47% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC60D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC60D is #B539F2. Grayscale: #8C8C8C. Windows color (decimal): -11876851 or 902730. OLE color: 902730.
HSL color Cylindrical-coordinate representation of color #4AC60D: hue angle of 100.22º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AC60D is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 198 | 13 | - |
| CMYK | 0.63 | 0 | 0.93 | 0.22 |
| HSL | 100.22º | 0.88% | 0.41% | - |
| HSV(B) | 100.22º | 0.93% | 0.78% | - |
| XYZ | 23.09 | 41.87 | 7.25 | - |
| YUV | 139.83 | 56.42 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 198 | 13 | 0.63 | 0 | 0.93 | 0.22 | 100.22 | 0.88 | 0.41 |
| Hex | 4A | C6 | D | 3F | 0 | 5D | 16 | 64 | 58 | 29 |
| Octal | 112 | 306 | 15 | 77 | 0 | 135 | 26 | 144 | 130 | 51 |
| Binary | 1001010 | 11000110 | 1101 | 111111 | 0 | 1011101 | 10110 | 1100100 | 1011000 | 101001 |
Color Harmonies of #4AC60D
Complementary color
Monochromatic Colors of #4AC60D
Black with #4AC60D
Text Example
Text Example
White with #4AC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC60D; }
p { color: rgb(74,198,13); }
H1.HeaderClassName
{
color: #4AC60D;
}
.AnyTagClassName
{
color: #4AC60D;
}
</style>
background-color css
<style>
a { background-color: #4AC60D; }
a { background-color: rgb(74,198,13); }
div.DivClassName
{
background-color: #4AC60D;
}
.BgClassName
{
background-color: #4AC60D;
}
</style>
border-color css
<style>
span { border-color: #4AC60D; }
span { border-color: rgb(74,198,13); }
td.TdClassName
{
border-color: #4AC60D;
}
.TagClassName
{
border-color: #4AC60D;
}
</style>