Shades of Kelly Green #4ACC14
Tints of Kelly Green #4ACC14
RGB
CMYK
RGB Variations
Color information
#4ACC14 (or 0x4ACC14) is known color: Kelly Green. HEX triplet: 4A, CC and 14. RGB value is (74,204,20). Sum of RGB (Red+Green+Blue) = 74+204+20=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 204 (80.08% from 255 or 68.46% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ACC14 is #B533EB. Grayscale: #909090. Windows color (decimal): -11875308 or 1363018. OLE color: 1363018.
HSL color Cylindrical-coordinate representation of color #4ACC14: hue angle of 102.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4ACC14 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 204 | 20 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.2 |
| HSL | 102.39º | 0.82% | 0.44% | - |
| HSV(B) | 102.39º | 0.9% | 0.8% | - |
| XYZ | 24.54 | 44.69 | 7.99 | - |
| YUV | 144.15 | 57.93 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 20 | 0.64 | 0 | 0.90 | 0.2 | 102.39 | 0.82 | 0.44 |
| Hex | 4A | CC | 14 | 40 | 0 | 5A | 14 | 66 | 52 | 2C |
| Octal | 112 | 314 | 24 | 100 | 0 | 132 | 24 | 146 | 122 | 54 |
| Binary | 1001010 | 11001100 | 10100 | 1000000 | 0 | 1011010 | 10100 | 1100110 | 1010010 | 101100 |
Color Harmonies of #4ACC14
Complementary color
Monochromatic Colors of #4ACC14
Black with #4ACC14
Text Example
Text Example
White with #4ACC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACC14; }
p { color: rgb(74,204,20); }
H1.HeaderClassName
{
color: #4ACC14;
}
.AnyTagClassName
{
color: #4ACC14;
}
</style>
background-color css
<style>
a { background-color: #4ACC14; }
a { background-color: rgb(74,204,20); }
div.DivClassName
{
background-color: #4ACC14;
}
.BgClassName
{
background-color: #4ACC14;
}
</style>
border-color css
<style>
span { border-color: #4ACC14; }
span { border-color: rgb(74,204,20); }
td.TdClassName
{
border-color: #4ACC14;
}
.TagClassName
{
border-color: #4ACC14;
}
</style>