Shades of Kelly Green #4AAA0C
Tints of Kelly Green #4AAA0C
RGB
CMYK
RGB Variations
Color information
#4AAA0C (or 0x4AAA0C) is known color: Kelly Green. HEX triplet: 4A, AA and 0C. RGB value is (74,170,12). Sum of RGB (Red+Green+Blue) = 74+170+12=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 170 (66.80% from 255 or 66.41% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAA0C is #B555F3. Grayscale: #7B7B7B. Windows color (decimal): -11884020 or 830026. OLE color: 830026.
HSL color Cylindrical-coordinate representation of color #4AAA0C: hue angle of 96.46º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AAA0C is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 12 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.33 |
| HSL | 96.46º | 0.87% | 0.36% | - |
| HSV(B) | 96.46º | 0.93% | 0.67% | - |
| XYZ | 17.27 | 30.23 | 5.27 | - |
| YUV | 123.28 | 65.2 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 12 | 0.56 | 0 | 0.93 | 0.33 | 96.46 | 0.87 | 0.36 |
| Hex | 4A | AA | C | 38 | 0 | 5D | 21 | 60 | 57 | 24 |
| Octal | 112 | 252 | 14 | 70 | 0 | 135 | 41 | 140 | 127 | 44 |
| Binary | 1001010 | 10101010 | 1100 | 111000 | 0 | 1011101 | 100001 | 1100000 | 1010111 | 100100 |
Color Harmonies of #4AAA0C
Complementary color
Monochromatic Colors of #4AAA0C
Black with #4AAA0C
Text Example
Text Example
White with #4AAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA0C; }
p { color: rgb(74,170,12); }
H1.HeaderClassName
{
color: #4AAA0C;
}
.AnyTagClassName
{
color: #4AAA0C;
}
</style>
background-color css
<style>
a { background-color: #4AAA0C; }
a { background-color: rgb(74,170,12); }
div.DivClassName
{
background-color: #4AAA0C;
}
.BgClassName
{
background-color: #4AAA0C;
}
</style>
border-color css
<style>
span { border-color: #4AAA0C; }
span { border-color: rgb(74,170,12); }
td.TdClassName
{
border-color: #4AAA0C;
}
.TagClassName
{
border-color: #4AAA0C;
}
</style>