Shades of Kelly Green #4AAD06
Tints of Kelly Green #4AAD06
RGB
CMYK
RGB Variations
Color information
#4AAD06 (or 0x4AAD06) is known color: Kelly Green. HEX triplet: 4A, AD and 06. RGB value is (74,173,6). Sum of RGB (Red+Green+Blue) = 74+173+6=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 173 (67.97% from 255 or 68.38% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAD06 is #B552F9. Grayscale: #7C7C7C. Windows color (decimal): -11883258 or 437578. OLE color: 437578.
HSL color Cylindrical-coordinate representation of color #4AAD06: hue angle of 95.57º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4AAD06 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 173 | 6 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.32 |
| HSL | 95.57º | 0.93% | 0.35% | - |
| HSV(B) | 95.57º | 0.97% | 0.68% | - |
| XYZ | 17.8 | 31.36 | 5.29 | - |
| YUV | 124.36 | 61.2 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 6 | 0.57 | 0 | 0.97 | 0.32 | 95.57 | 0.93 | 0.35 |
| Hex | 4A | AD | 6 | 39 | 0 | 61 | 20 | 60 | 5D | 23 |
| Octal | 112 | 255 | 6 | 71 | 0 | 141 | 40 | 140 | 135 | 43 |
| Binary | 1001010 | 10101101 | 110 | 111001 | 0 | 1100001 | 100000 | 1100000 | 1011101 | 100011 |
Color Harmonies of #4AAD06
Complementary color
Monochromatic Colors of #4AAD06
Black with #4AAD06
Text Example
Text Example
White with #4AAD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAD06; }
p { color: rgb(74,173,6); }
H1.HeaderClassName
{
color: #4AAD06;
}
.AnyTagClassName
{
color: #4AAD06;
}
</style>
background-color css
<style>
a { background-color: #4AAD06; }
a { background-color: rgb(74,173,6); }
div.DivClassName
{
background-color: #4AAD06;
}
.BgClassName
{
background-color: #4AAD06;
}
</style>
border-color css
<style>
span { border-color: #4AAD06; }
span { border-color: rgb(74,173,6); }
td.TdClassName
{
border-color: #4AAD06;
}
.TagClassName
{
border-color: #4AAD06;
}
</style>