Shades of Kelly Green #4ACE0E
Tints of Kelly Green #4ACE0E
RGB
CMYK
RGB Variations
Color information
#4ACE0E (or 0x4ACE0E) is known color: Kelly Green. HEX triplet: 4A, CE and 0E. RGB value is (74,206,14). Sum of RGB (Red+Green+Blue) = 74+206+14=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 206 (80.86% from 255 or 70.07% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACE0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ACE0E is #B531F1. Grayscale: #919191. Windows color (decimal): -11874802 or 970314. OLE color: 970314.
HSL color Cylindrical-coordinate representation of color #4ACE0E: hue angle of 101.25º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4ACE0E is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 14 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.19 |
| HSL | 101.25º | 0.87% | 0.43% | - |
| HSV(B) | 101.25º | 0.93% | 0.81% | - |
| XYZ | 24.97 | 45.63 | 7.91 | - |
| YUV | 144.64 | 54.27 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 14 | 0.64 | 0 | 0.93 | 0.19 | 101.25 | 0.87 | 0.43 |
| Hex | 4A | CE | E | 40 | 0 | 5D | 13 | 65 | 57 | 2B |
| Octal | 112 | 316 | 16 | 100 | 0 | 135 | 23 | 145 | 127 | 53 |
| Binary | 1001010 | 11001110 | 1110 | 1000000 | 0 | 1011101 | 10011 | 1100101 | 1010111 | 101011 |
Color Harmonies of #4ACE0E
Complementary color
Monochromatic Colors of #4ACE0E
Black with #4ACE0E
Text Example
Text Example
White with #4ACE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACE0E; }
p { color: rgb(74,206,14); }
H1.HeaderClassName
{
color: #4ACE0E;
}
.AnyTagClassName
{
color: #4ACE0E;
}
</style>
background-color css
<style>
a { background-color: #4ACE0E; }
a { background-color: rgb(74,206,14); }
div.DivClassName
{
background-color: #4ACE0E;
}
.BgClassName
{
background-color: #4ACE0E;
}
</style>
border-color css
<style>
span { border-color: #4ACE0E; }
span { border-color: rgb(74,206,14); }
td.TdClassName
{
border-color: #4ACE0E;
}
.TagClassName
{
border-color: #4ACE0E;
}
</style>