Shades of Kelly Green #4AAD00
Tints of Kelly Green #4AAD00
RGB
CMYK
RGB Variations
Color information
#4AAD00 (or 0x4AAD00) is known color: Kelly Green. HEX triplet: 4A, AD and 00. RGB value is (74,173,0). Sum of RGB (Red+Green+Blue) = 74+173+0=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 173 (67.97% from 255 or 70.04% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAD00 is #B552FF. Grayscale: #7C7C7C. Windows color (decimal): -11883264 or 44362. OLE color: 44362.
HSL color Cylindrical-coordinate representation of color #4AAD00: hue angle of 94.34º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AAD00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 173 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.32 |
| HSL | 94.34º | 1% | 0.34% | - |
| HSV(B) | 94.34º | 1% | 0.68% | - |
| XYZ | 17.77 | 31.34 | 5.11 | - |
| YUV | 123.68 | 58.2 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 0 | 0.57 | 0 | 1 | 0.32 | 94.34 | 1 | 0.34 |
| Hex | 4A | AD | 0 | 39 | 0 | 64 | 20 | 5E | 64 | 22 |
| Octal | 112 | 255 | 0 | 71 | 0 | 144 | 40 | 136 | 144 | 42 |
| Binary | 1001010 | 10101101 | 0 | 111001 | 0 | 1100100 | 100000 | 1011110 | 1100100 | 100010 |
Color Harmonies of #4AAD00
Complementary color
Monochromatic Colors of #4AAD00
Black with #4AAD00
Text Example
Text Example
White with #4AAD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAD00; }
p { color: rgb(74,173,0); }
H1.HeaderClassName
{
color: #4AAD00;
}
.AnyTagClassName
{
color: #4AAD00;
}
</style>
background-color css
<style>
a { background-color: #4AAD00; }
a { background-color: rgb(74,173,0); }
div.DivClassName
{
background-color: #4AAD00;
}
.BgClassName
{
background-color: #4AAD00;
}
</style>
border-color css
<style>
span { border-color: #4AAD00; }
span { border-color: rgb(74,173,0); }
td.TdClassName
{
border-color: #4AAD00;
}
.TagClassName
{
border-color: #4AAD00;
}
</style>