Shades of Kelly Green #4AA600
Tints of Kelly Green #4AA600
RGB
CMYK
RGB Variations
Color information
#4AA600 (or 0x4AA600) is known color: Kelly Green. HEX triplet: 4A, A6 and 00. RGB value is (74,166,0). Sum of RGB (Red+Green+Blue) = 74+166+0=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 166 (65.23% from 255 or 69.17% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA600 is #B559FF. Grayscale: #787878. Windows color (decimal): -11885056 or 42570. OLE color: 42570.
HSL color Cylindrical-coordinate representation of color #4AA600: hue angle of 93.25º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AA600 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 166 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.35 |
| HSL | 93.25º | 1% | 0.33% | - |
| HSV(B) | 93.25º | 1% | 0.65% | - |
| XYZ | 16.46 | 28.73 | 4.68 | - |
| YUV | 119.57 | 60.52 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 166 | 0 | 0.55 | 0 | 1 | 0.35 | 93.25 | 1 | 0.33 |
| Hex | 4A | A6 | 0 | 37 | 0 | 64 | 23 | 5D | 64 | 21 |
| Octal | 112 | 246 | 0 | 67 | 0 | 144 | 43 | 135 | 144 | 41 |
| Binary | 1001010 | 10100110 | 0 | 110111 | 0 | 1100100 | 100011 | 1011101 | 1100100 | 100001 |
Color Harmonies of #4AA600
Complementary color
Monochromatic Colors of #4AA600
Black with #4AA600
Text Example
Text Example
White with #4AA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA600; }
p { color: rgb(74,166,0); }
H1.HeaderClassName
{
color: #4AA600;
}
.AnyTagClassName
{
color: #4AA600;
}
</style>
background-color css
<style>
a { background-color: #4AA600; }
a { background-color: rgb(74,166,0); }
div.DivClassName
{
background-color: #4AA600;
}
.BgClassName
{
background-color: #4AA600;
}
</style>
border-color css
<style>
span { border-color: #4AA600; }
span { border-color: rgb(74,166,0); }
td.TdClassName
{
border-color: #4AA600;
}
.TagClassName
{
border-color: #4AA600;
}
</style>