Shades of Kelly Green #4AA40B
Tints of Kelly Green #4AA40B
RGB
CMYK
RGB Variations
Color information
#4AA40B (or 0x4AA40B) is known color: Kelly Green. HEX triplet: 4A, A4 and 0B. RGB value is (74,164,11). Sum of RGB (Red+Green+Blue) = 74+164+11=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 164 (64.45% from 255 or 65.86% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA40B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA40B is #B55BF4. Grayscale: #787878. Windows color (decimal): -11885557 or 762954. OLE color: 762954.
HSL color Cylindrical-coordinate representation of color #4AA40B: hue angle of 95.29º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AA40B is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 164 | 11 | - |
| CMYK | 0.55 | 0 | 0.93 | 0.36 |
| HSL | 95.29º | 0.87% | 0.34% | - |
| HSV(B) | 95.29º | 0.93% | 0.64% | - |
| XYZ | 16.16 | 28.03 | 4.88 | - |
| YUV | 119.65 | 66.68 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 164 | 11 | 0.55 | 0 | 0.93 | 0.36 | 95.29 | 0.87 | 0.34 |
| Hex | 4A | A4 | B | 37 | 0 | 5D | 24 | 5F | 57 | 22 |
| Octal | 112 | 244 | 13 | 67 | 0 | 135 | 44 | 137 | 127 | 42 |
| Binary | 1001010 | 10100100 | 1011 | 110111 | 0 | 1011101 | 100100 | 1011111 | 1010111 | 100010 |
Color Harmonies of #4AA40B
Complementary color
Monochromatic Colors of #4AA40B
Black with #4AA40B
Text Example
Text Example
White with #4AA40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA40B; }
p { color: rgb(74,164,11); }
H1.HeaderClassName
{
color: #4AA40B;
}
.AnyTagClassName
{
color: #4AA40B;
}
</style>
background-color css
<style>
a { background-color: #4AA40B; }
a { background-color: rgb(74,164,11); }
div.DivClassName
{
background-color: #4AA40B;
}
.BgClassName
{
background-color: #4AA40B;
}
</style>
border-color css
<style>
span { border-color: #4AA40B; }
span { border-color: rgb(74,164,11); }
td.TdClassName
{
border-color: #4AA40B;
}
.TagClassName
{
border-color: #4AA40B;
}
</style>