Shades of Kelly Green #4AAC0F
Tints of Kelly Green #4AAC0F
RGB
CMYK
RGB Variations
Color information
#4AAC0F (or 0x4AAC0F) is known color: Kelly Green. HEX triplet: 4A, AC and 0F. RGB value is (74,172,15). Sum of RGB (Red+Green+Blue) = 74+172+15=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 172 (67.58% from 255 or 65.90% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 172 - color contains mainly: green. Hex color #4AAC0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAC0F is #B553F0. Grayscale: #7D7D7D. Windows color (decimal): -11883505 or 1027146. OLE color: 1027146.
HSL color Cylindrical-coordinate representation of color #4AAC0F: hue angle of 97.45º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4AAC0F is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 172 | 15 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.33 |
| HSL | 97.45º | 0.84% | 0.37% | - |
| HSV(B) | 97.45º | 0.91% | 0.67% | - |
| XYZ | 17.66 | 31 | 5.5 | - |
| YUV | 124.8 | 66.03 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 172 | 15 | 0.57 | 0 | 0.91 | 0.33 | 97.45 | 0.84 | 0.37 |
| Hex | 4A | AC | F | 39 | 0 | 5B | 21 | 61 | 54 | 25 |
| Octal | 112 | 254 | 17 | 71 | 0 | 133 | 41 | 141 | 124 | 45 |
| Binary | 1001010 | 10101100 | 1111 | 111001 | 0 | 1011011 | 100001 | 1100001 | 1010100 | 100101 |
Color Harmonies of #4AAC0F
Complementary color
Monochromatic Colors of #4AAC0F
Black with #4AAC0F
Text Example
Text Example
White with #4AAC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAC0F; }
p { color: rgb(74,172,15); }
H1.HeaderClassName
{
color: #4AAC0F;
}
.AnyTagClassName
{
color: #4AAC0F;
}
</style>
background-color css
<style>
a { background-color: #4AAC0F; }
a { background-color: rgb(74,172,15); }
div.DivClassName
{
background-color: #4AAC0F;
}
.BgClassName
{
background-color: #4AAC0F;
}
</style>
border-color css
<style>
span { border-color: #4AAC0F; }
span { border-color: rgb(74,172,15); }
td.TdClassName
{
border-color: #4AAC0F;
}
.TagClassName
{
border-color: #4AAC0F;
}
</style>