Shades of Kelly Green #4AC008
Tints of Kelly Green #4AC008
RGB
CMYK
RGB Variations
Color information
#4AC008 (or 0x4AC008) is known color: Kelly Green. HEX triplet: 4A, C0 and 08. RGB value is (74,192,8). Sum of RGB (Red+Green+Blue) = 74+192+8=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 192 (75.39% from 255 or 70.07% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC008 is #B53FF7. Grayscale: #888888. Windows color (decimal): -11878392 or 573514. OLE color: 573514.
HSL color Cylindrical-coordinate representation of color #4AC008: hue angle of 98.48º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4AC008 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 192 | 8 | - |
| CMYK | 0.61 | 0 | 0.96 | 0.25 |
| HSL | 98.48º | 0.92% | 0.39% | - |
| HSV(B) | 98.48º | 0.96% | 0.75% | - |
| XYZ | 21.72 | 39.17 | 6.65 | - |
| YUV | 135.74 | 55.91 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 192 | 8 | 0.61 | 0 | 0.96 | 0.25 | 98.48 | 0.92 | 0.39 |
| Hex | 4A | C0 | 8 | 3D | 0 | 60 | 19 | 62 | 5C | 27 |
| Octal | 112 | 300 | 10 | 75 | 0 | 140 | 31 | 142 | 134 | 47 |
| Binary | 1001010 | 11000000 | 1000 | 111101 | 0 | 1100000 | 11001 | 1100010 | 1011100 | 100111 |
Color Harmonies of #4AC008
Complementary color
Monochromatic Colors of #4AC008
Black with #4AC008
Text Example
Text Example
White with #4AC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC008; }
p { color: rgb(74,192,8); }
H1.HeaderClassName
{
color: #4AC008;
}
.AnyTagClassName
{
color: #4AC008;
}
</style>
background-color css
<style>
a { background-color: #4AC008; }
a { background-color: rgb(74,192,8); }
div.DivClassName
{
background-color: #4AC008;
}
.BgClassName
{
background-color: #4AC008;
}
</style>
border-color css
<style>
span { border-color: #4AC008; }
span { border-color: rgb(74,192,8); }
td.TdClassName
{
border-color: #4AC008;
}
.TagClassName
{
border-color: #4AC008;
}
</style>