Shades of Kelly Green #4AA706
Tints of Kelly Green #4AA706
RGB
CMYK
RGB Variations
Color information
#4AA706 (or 0x4AA706) is known color: Kelly Green. HEX triplet: 4A, A7 and 06. RGB value is (74,167,6). Sum of RGB (Red+Green+Blue) = 74+167+6=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 167 (65.62% from 255 or 67.61% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 167 - color contains mainly: green. Hex color #4AA706 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA706 is #B558F9. Grayscale: #797979. Windows color (decimal): -11884794 or 436042. OLE color: 436042.
HSL color Cylindrical-coordinate representation of color #4AA706: hue angle of 94.66º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4AA706 is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 167 | 6 | - |
| CMYK | 0.56 | 0 | 0.96 | 0.35 |
| HSL | 94.66º | 0.93% | 0.34% | - |
| HSV(B) | 94.66º | 0.96% | 0.65% | - |
| XYZ | 16.68 | 29.11 | 4.91 | - |
| YUV | 120.84 | 63.19 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 167 | 6 | 0.56 | 0 | 0.96 | 0.35 | 94.66 | 0.93 | 0.34 |
| Hex | 4A | A7 | 6 | 38 | 0 | 60 | 23 | 5F | 5D | 22 |
| Octal | 112 | 247 | 6 | 70 | 0 | 140 | 43 | 137 | 135 | 42 |
| Binary | 1001010 | 10100111 | 110 | 111000 | 0 | 1100000 | 100011 | 1011111 | 1011101 | 100010 |
Color Harmonies of #4AA706
Complementary color
Monochromatic Colors of #4AA706
Black with #4AA706
Text Example
Text Example
White with #4AA706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA706; }
p { color: rgb(74,167,6); }
H1.HeaderClassName
{
color: #4AA706;
}
.AnyTagClassName
{
color: #4AA706;
}
</style>
background-color css
<style>
a { background-color: #4AA706; }
a { background-color: rgb(74,167,6); }
div.DivClassName
{
background-color: #4AA706;
}
.BgClassName
{
background-color: #4AA706;
}
</style>
border-color css
<style>
span { border-color: #4AA706; }
span { border-color: rgb(74,167,6); }
td.TdClassName
{
border-color: #4AA706;
}
.TagClassName
{
border-color: #4AA706;
}
</style>