Shades of Kelly Green #4ABC14
Tints of Kelly Green #4ABC14
RGB
CMYK
RGB Variations
Color information
#4ABC14 (or 0x4ABC14) is known color: Kelly Green. HEX triplet: 4A, BC and 14. RGB value is (74,188,20). Sum of RGB (Red+Green+Blue) = 74+188+20=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 188 (73.83% from 255 or 66.67% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ABC14 is #B543EB. Grayscale: #878787. Windows color (decimal): -11879404 or 1358922. OLE color: 1358922.
HSL color Cylindrical-coordinate representation of color #4ABC14: hue angle of 100.71º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4ABC14 is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 20 | - |
| CMYK | 0.61 | 0 | 0.89 | 0.26 |
| HSL | 100.71º | 0.81% | 0.41% | - |
| HSV(B) | 100.71º | 0.89% | 0.74% | - |
| XYZ | 20.93 | 37.47 | 6.79 | - |
| YUV | 134.76 | 63.23 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 20 | 0.61 | 0 | 0.89 | 0.26 | 100.71 | 0.81 | 0.41 |
| Hex | 4A | BC | 14 | 3D | 0 | 59 | 1A | 65 | 51 | 29 |
| Octal | 112 | 274 | 24 | 75 | 0 | 131 | 32 | 145 | 121 | 51 |
| Binary | 1001010 | 10111100 | 10100 | 111101 | 0 | 1011001 | 11010 | 1100101 | 1010001 | 101001 |
Color Harmonies of #4ABC14
Complementary color
Monochromatic Colors of #4ABC14
Black with #4ABC14
Text Example
Text Example
White with #4ABC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC14; }
p { color: rgb(74,188,20); }
H1.HeaderClassName
{
color: #4ABC14;
}
.AnyTagClassName
{
color: #4ABC14;
}
</style>
background-color css
<style>
a { background-color: #4ABC14; }
a { background-color: rgb(74,188,20); }
div.DivClassName
{
background-color: #4ABC14;
}
.BgClassName
{
background-color: #4ABC14;
}
</style>
border-color css
<style>
span { border-color: #4ABC14; }
span { border-color: rgb(74,188,20); }
td.TdClassName
{
border-color: #4ABC14;
}
.TagClassName
{
border-color: #4ABC14;
}
</style>