Shades of Kelly Green #4AA80C
Tints of Kelly Green #4AA80C
RGB
CMYK
RGB Variations
Color information
#4AA80C (or 0x4AA80C) is known color: Kelly Green. HEX triplet: 4A, A8 and 0C. RGB value is (74,168,12). Sum of RGB (Red+Green+Blue) = 74+168+12=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 168 (66.02% from 255 or 66.14% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 168 - color contains mainly: green. Hex color #4AA80C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA80C is #B557F3. Grayscale: #7A7A7A. Windows color (decimal): -11884532 or 829514. OLE color: 829514.
HSL color Cylindrical-coordinate representation of color #4AA80C: hue angle of 96.15º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AA80C is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 74 | 168 | 12 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.34 |
| HSL | 96.15º | 0.87% | 0.35% | - |
| HSV(B) | 96.15º | 0.93% | 0.66% | - |
| XYZ | 16.89 | 29.49 | 5.15 | - |
| YUV | 122.11 | 65.86 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 168 | 12 | 0.56 | 0 | 0.93 | 0.34 | 96.15 | 0.87 | 0.35 |
| Hex | 4A | A8 | C | 38 | 0 | 5D | 22 | 60 | 57 | 23 |
| Octal | 112 | 250 | 14 | 70 | 0 | 135 | 42 | 140 | 127 | 43 |
| Binary | 1001010 | 10101000 | 1100 | 111000 | 0 | 1011101 | 100010 | 1100000 | 1010111 | 100011 |
Color Harmonies of #4AA80C
Complementary color
Monochromatic Colors of #4AA80C
Black with #4AA80C
Text Example
Text Example
White with #4AA80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA80C; }
p { color: rgb(74,168,12); }
H1.HeaderClassName
{
color: #4AA80C;
}
.AnyTagClassName
{
color: #4AA80C;
}
</style>
background-color css
<style>
a { background-color: #4AA80C; }
a { background-color: rgb(74,168,12); }
div.DivClassName
{
background-color: #4AA80C;
}
.BgClassName
{
background-color: #4AA80C;
}
</style>
border-color css
<style>
span { border-color: #4AA80C; }
span { border-color: rgb(74,168,12); }
td.TdClassName
{
border-color: #4AA80C;
}
.TagClassName
{
border-color: #4AA80C;
}
</style>