Shades of Kelly Green #4AA629
Tints of Kelly Green #4AA629
RGB
CMYK
RGB Variations
Color information
#4AA629 (or 0x4AA629) is known color: Kelly Green. HEX triplet: 4A, A6 and 29. RGB value is (74,166,41). Sum of RGB (Red+Green+Blue) = 74+166+41=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 166 (65.23% from 255 or 59.07% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA629 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA629 is #B559D6. Grayscale: #7C7C7C. Windows color (decimal): -11885015 or 2729546. OLE color: 2729546.
HSL color Cylindrical-coordinate representation of color #4AA629: hue angle of 104.16º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4AA629 is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 166 | 41 | - |
| CMYK | 0.55 | 0 | 0.75 | 0.35 |
| HSL | 104.16º | 0.6% | 0.41% | - |
| HSV(B) | 104.16º | 0.75% | 0.65% | - |
| XYZ | 16.86 | 28.89 | 6.79 | - |
| YUV | 124.24 | 81.02 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 166 | 41 | 0.55 | 0 | 0.75 | 0.35 | 104.16 | 0.6 | 0.41 |
| Hex | 4A | A6 | 29 | 37 | 0 | 4B | 23 | 68 | 3C | 29 |
| Octal | 112 | 246 | 51 | 67 | 0 | 113 | 43 | 150 | 74 | 51 |
| Binary | 1001010 | 10100110 | 101001 | 110111 | 0 | 1001011 | 100011 | 1101000 | 111100 | 101001 |
Color Harmonies of #4AA629
Complementary color
Monochromatic Colors of #4AA629
Black with #4AA629
Text Example
Text Example
White with #4AA629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA629; }
p { color: rgb(74,166,41); }
H1.HeaderClassName
{
color: #4AA629;
}
.AnyTagClassName
{
color: #4AA629;
}
</style>
background-color css
<style>
a { background-color: #4AA629; }
a { background-color: rgb(74,166,41); }
div.DivClassName
{
background-color: #4AA629;
}
.BgClassName
{
background-color: #4AA629;
}
</style>
border-color css
<style>
span { border-color: #4AA629; }
span { border-color: rgb(74,166,41); }
td.TdClassName
{
border-color: #4AA629;
}
.TagClassName
{
border-color: #4AA629;
}
</style>