Shades of Kelly Green #4AAA0F
Tints of Kelly Green #4AAA0F
RGB
CMYK
RGB Variations
Color information
#4AAA0F (or 0x4AAA0F) is known color: Kelly Green. HEX triplet: 4A, AA and 0F. RGB value is (74,170,15). Sum of RGB (Red+Green+Blue) = 74+170+15=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 170 (66.80% from 255 or 65.64% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAA0F is #B555F0. Grayscale: #7C7C7C. Windows color (decimal): -11884017 or 1026634. OLE color: 1026634.
HSL color Cylindrical-coordinate representation of color #4AAA0F: hue angle of 97.16º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4AAA0F is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 15 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.33 |
| HSL | 97.16º | 0.84% | 0.36% | - |
| HSV(B) | 97.16º | 0.91% | 0.67% | - |
| XYZ | 17.28 | 30.24 | 5.38 | - |
| YUV | 123.63 | 66.7 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 15 | 0.56 | 0 | 0.91 | 0.33 | 97.16 | 0.84 | 0.36 |
| Hex | 4A | AA | F | 38 | 0 | 5B | 21 | 61 | 54 | 24 |
| Octal | 112 | 252 | 17 | 70 | 0 | 133 | 41 | 141 | 124 | 44 |
| Binary | 1001010 | 10101010 | 1111 | 111000 | 0 | 1011011 | 100001 | 1100001 | 1010100 | 100100 |
Color Harmonies of #4AAA0F
Complementary color
Monochromatic Colors of #4AAA0F
Black with #4AAA0F
Text Example
Text Example
White with #4AAA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA0F; }
p { color: rgb(74,170,15); }
H1.HeaderClassName
{
color: #4AAA0F;
}
.AnyTagClassName
{
color: #4AAA0F;
}
</style>
background-color css
<style>
a { background-color: #4AAA0F; }
a { background-color: rgb(74,170,15); }
div.DivClassName
{
background-color: #4AAA0F;
}
.BgClassName
{
background-color: #4AAA0F;
}
</style>
border-color css
<style>
span { border-color: #4AAA0F; }
span { border-color: rgb(74,170,15); }
td.TdClassName
{
border-color: #4AAA0F;
}
.TagClassName
{
border-color: #4AAA0F;
}
</style>