Shades of Kelly Green #4ACE14
Tints of Kelly Green #4ACE14
RGB
CMYK
RGB Variations
Color information
#4ACE14 (or 0x4ACE14) is known color: Kelly Green. HEX triplet: 4A, CE and 14. RGB value is (74,206,20). Sum of RGB (Red+Green+Blue) = 74+206+20=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 206 (80.86% from 255 or 68.67% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ACE14 is #B531EB. Grayscale: #919191. Windows color (decimal): -11874796 or 1363530. OLE color: 1363530.
HSL color Cylindrical-coordinate representation of color #4ACE14: hue angle of 102.58º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4ACE14 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 20 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.19 |
| HSL | 102.58º | 0.82% | 0.44% | - |
| HSV(B) | 102.58º | 0.9% | 0.81% | - |
| XYZ | 25.02 | 45.65 | 8.15 | - |
| YUV | 145.33 | 57.27 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 20 | 0.64 | 0 | 0.90 | 0.19 | 102.58 | 0.82 | 0.44 |
| Hex | 4A | CE | 14 | 40 | 0 | 5A | 13 | 67 | 52 | 2C |
| Octal | 112 | 316 | 24 | 100 | 0 | 132 | 23 | 147 | 122 | 54 |
| Binary | 1001010 | 11001110 | 10100 | 1000000 | 0 | 1011010 | 10011 | 1100111 | 1010010 | 101100 |
Color Harmonies of #4ACE14
Complementary color
Monochromatic Colors of #4ACE14
Black with #4ACE14
Text Example
Text Example
White with #4ACE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACE14; }
p { color: rgb(74,206,20); }
H1.HeaderClassName
{
color: #4ACE14;
}
.AnyTagClassName
{
color: #4ACE14;
}
</style>
background-color css
<style>
a { background-color: #4ACE14; }
a { background-color: rgb(74,206,20); }
div.DivClassName
{
background-color: #4ACE14;
}
.BgClassName
{
background-color: #4ACE14;
}
</style>
border-color css
<style>
span { border-color: #4ACE14; }
span { border-color: rgb(74,206,20); }
td.TdClassName
{
border-color: #4ACE14;
}
.TagClassName
{
border-color: #4ACE14;
}
</style>