Shades of Kelly Green #4AC028
Tints of Kelly Green #4AC028
RGB
CMYK
RGB Variations
Color information
#4AC028 (or 0x4AC028) is known color: Kelly Green. HEX triplet: 4A, C0 and 28. RGB value is (74,192,40). Sum of RGB (Red+Green+Blue) = 74+192+40=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC028 is #B53FD7. Grayscale: #8B8B8B. Windows color (decimal): -11878360 or 2670666. OLE color: 2670666.
HSL color Cylindrical-coordinate representation of color #4AC028: hue angle of 106.58º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4AC028 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 192 | 40 | - |
| CMYK | 0.61 | 0 | 0.79 | 0.25 |
| HSL | 106.58º | 0.66% | 0.45% | - |
| HSV(B) | 106.58º | 0.79% | 0.75% | - |
| XYZ | 22.06 | 39.31 | 8.43 | - |
| YUV | 139.39 | 71.91 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 192 | 40 | 0.61 | 0 | 0.79 | 0.25 | 106.58 | 0.66 | 0.45 |
| Hex | 4A | C0 | 28 | 3D | 0 | 4F | 19 | 6B | 42 | 2D |
| Octal | 112 | 300 | 50 | 75 | 0 | 117 | 31 | 153 | 102 | 55 |
| Binary | 1001010 | 11000000 | 101000 | 111101 | 0 | 1001111 | 11001 | 1101011 | 1000010 | 101101 |
Color Harmonies of #4AC028
Complementary color
Monochromatic Colors of #4AC028
Black with #4AC028
Text Example
Text Example
White with #4AC028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC028; }
p { color: rgb(74,192,40); }
H1.HeaderClassName
{
color: #4AC028;
}
.AnyTagClassName
{
color: #4AC028;
}
</style>
background-color css
<style>
a { background-color: #4AC028; }
a { background-color: rgb(74,192,40); }
div.DivClassName
{
background-color: #4AC028;
}
.BgClassName
{
background-color: #4AC028;
}
</style>
border-color css
<style>
span { border-color: #4AC028; }
span { border-color: rgb(74,192,40); }
td.TdClassName
{
border-color: #4AC028;
}
.TagClassName
{
border-color: #4AC028;
}
</style>