Shades of Kelly Green #4ACE08
Tints of Kelly Green #4ACE08
RGB
CMYK
RGB Variations
Color information
#4ACE08 (or 0x4ACE08) is known color: Kelly Green. HEX triplet: 4A, CE and 08. RGB value is (74,206,8). Sum of RGB (Red+Green+Blue) = 74+206+8=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 206 (80.86% from 255 or 71.53% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACE08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ACE08 is #B531F7. Grayscale: #909090. Windows color (decimal): -11874808 or 577098. OLE color: 577098.
HSL color Cylindrical-coordinate representation of color #4ACE08: hue angle of 100º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4ACE08 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 206 | 8 | - |
| CMYK | 0.64 | 0 | 0.96 | 0.19 |
| HSL | 100º | 0.93% | 0.42% | - |
| HSV(B) | 100º | 0.96% | 0.81% | - |
| XYZ | 24.94 | 45.62 | 7.72 | - |
| YUV | 143.96 | 51.27 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 8 | 0.64 | 0 | 0.96 | 0.19 | 100 | 0.93 | 0.42 |
| Hex | 4A | CE | 8 | 40 | 0 | 60 | 13 | 64 | 5D | 2A |
| Octal | 112 | 316 | 10 | 100 | 0 | 140 | 23 | 144 | 135 | 52 |
| Binary | 1001010 | 11001110 | 1000 | 1000000 | 0 | 1100000 | 10011 | 1100100 | 1011101 | 101010 |
Color Harmonies of #4ACE08
Complementary color
Monochromatic Colors of #4ACE08
Black with #4ACE08
Text Example
Text Example
White with #4ACE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACE08; }
p { color: rgb(74,206,8); }
H1.HeaderClassName
{
color: #4ACE08;
}
.AnyTagClassName
{
color: #4ACE08;
}
</style>
background-color css
<style>
a { background-color: #4ACE08; }
a { background-color: rgb(74,206,8); }
div.DivClassName
{
background-color: #4ACE08;
}
.BgClassName
{
background-color: #4ACE08;
}
</style>
border-color css
<style>
span { border-color: #4ACE08; }
span { border-color: rgb(74,206,8); }
td.TdClassName
{
border-color: #4ACE08;
}
.TagClassName
{
border-color: #4ACE08;
}
</style>