Shades of Kelly Green #4AAC0D
Tints of Kelly Green #4AAC0D
RGB
CMYK
RGB Variations
Color information
#4AAC0D (or 0x4AAC0D) is known color: Kelly Green. HEX triplet: 4A, AC and 0D. RGB value is (74,172,13). Sum of RGB (Red+Green+Blue) = 74+172+13=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 172 (67.58% from 255 or 66.41% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 172 - color contains mainly: green. Hex color #4AAC0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAC0D is #B553F2. Grayscale: #7D7D7D. Windows color (decimal): -11883507 or 896074. OLE color: 896074.
HSL color Cylindrical-coordinate representation of color #4AAC0D: hue angle of 96.98º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4AAC0D is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 172 | 13 | - |
| CMYK | 0.57 | 0 | 0.92 | 0.33 |
| HSL | 96.98º | 0.86% | 0.36% | - |
| HSV(B) | 96.98º | 0.92% | 0.67% | - |
| XYZ | 17.65 | 30.99 | 5.43 | - |
| YUV | 124.57 | 65.03 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 172 | 13 | 0.57 | 0 | 0.92 | 0.33 | 96.98 | 0.86 | 0.36 |
| Hex | 4A | AC | D | 39 | 0 | 5C | 21 | 61 | 56 | 24 |
| Octal | 112 | 254 | 15 | 71 | 0 | 134 | 41 | 141 | 126 | 44 |
| Binary | 1001010 | 10101100 | 1101 | 111001 | 0 | 1011100 | 100001 | 1100001 | 1010110 | 100100 |
Color Harmonies of #4AAC0D
Complementary color
Monochromatic Colors of #4AAC0D
Black with #4AAC0D
Text Example
Text Example
White with #4AAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAC0D; }
p { color: rgb(74,172,13); }
H1.HeaderClassName
{
color: #4AAC0D;
}
.AnyTagClassName
{
color: #4AAC0D;
}
</style>
background-color css
<style>
a { background-color: #4AAC0D; }
a { background-color: rgb(74,172,13); }
div.DivClassName
{
background-color: #4AAC0D;
}
.BgClassName
{
background-color: #4AAC0D;
}
</style>
border-color css
<style>
span { border-color: #4AAC0D; }
span { border-color: rgb(74,172,13); }
td.TdClassName
{
border-color: #4AAC0D;
}
.TagClassName
{
border-color: #4AAC0D;
}
</style>