Shades of Kelly Green #4ABC0E
Tints of Kelly Green #4ABC0E
RGB
CMYK
RGB Variations
Color information
#4ABC0E (or 0x4ABC0E) is known color: Kelly Green. HEX triplet: 4A, BC and 0E. RGB value is (74,188,14). Sum of RGB (Red+Green+Blue) = 74+188+14=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ABC0E is #B543F1. Grayscale: #868686. Windows color (decimal): -11879410 or 965706. OLE color: 965706.
HSL color Cylindrical-coordinate representation of color #4ABC0E: hue angle of 99.31º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4ABC0E is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 14 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.26 |
| HSL | 99.31º | 0.86% | 0.4% | - |
| HSV(B) | 99.31º | 0.93% | 0.74% | - |
| XYZ | 20.89 | 37.45 | 6.54 | - |
| YUV | 134.08 | 60.23 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 14 | 0.61 | 0 | 0.93 | 0.26 | 99.31 | 0.86 | 0.4 |
| Hex | 4A | BC | E | 3D | 0 | 5D | 1A | 63 | 56 | 28 |
| Octal | 112 | 274 | 16 | 75 | 0 | 135 | 32 | 143 | 126 | 50 |
| Binary | 1001010 | 10111100 | 1110 | 111101 | 0 | 1011101 | 11010 | 1100011 | 1010110 | 101000 |
Color Harmonies of #4ABC0E
Complementary color
Monochromatic Colors of #4ABC0E
Black with #4ABC0E
Text Example
Text Example
White with #4ABC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC0E; }
p { color: rgb(74,188,14); }
H1.HeaderClassName
{
color: #4ABC0E;
}
.AnyTagClassName
{
color: #4ABC0E;
}
</style>
background-color css
<style>
a { background-color: #4ABC0E; }
a { background-color: rgb(74,188,14); }
div.DivClassName
{
background-color: #4ABC0E;
}
.BgClassName
{
background-color: #4ABC0E;
}
</style>
border-color css
<style>
span { border-color: #4ABC0E; }
span { border-color: rgb(74,188,14); }
td.TdClassName
{
border-color: #4ABC0E;
}
.TagClassName
{
border-color: #4ABC0E;
}
</style>