Shades of Kelly Green #4AAA05
Tints of Kelly Green #4AAA05
RGB
CMYK
RGB Variations
Color information
#4AAA05 (or 0x4AAA05) is known color: Kelly Green. HEX triplet: 4A, AA and 05. RGB value is (74,170,5). Sum of RGB (Red+Green+Blue) = 74+170+5=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 170 (66.80% from 255 or 68.27% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAA05 is #B555FA. Grayscale: #7B7B7B. Windows color (decimal): -11884027 or 371274. OLE color: 371274.
HSL color Cylindrical-coordinate representation of color #4AAA05: hue angle of 94.91º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4AAA05 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 5 | - |
| CMYK | 0.56 | 0 | 0.97 | 0.33 |
| HSL | 94.91º | 0.94% | 0.34% | - |
| HSV(B) | 94.91º | 0.97% | 0.67% | - |
| XYZ | 17.23 | 30.22 | 5.07 | - |
| YUV | 122.49 | 61.7 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 5 | 0.56 | 0 | 0.97 | 0.33 | 94.91 | 0.94 | 0.34 |
| Hex | 4A | AA | 5 | 38 | 0 | 61 | 21 | 5F | 5E | 22 |
| Octal | 112 | 252 | 5 | 70 | 0 | 141 | 41 | 137 | 136 | 42 |
| Binary | 1001010 | 10101010 | 101 | 111000 | 0 | 1100001 | 100001 | 1011111 | 1011110 | 100010 |
Color Harmonies of #4AAA05
Complementary color
Monochromatic Colors of #4AAA05
Black with #4AAA05
Text Example
Text Example
White with #4AAA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA05; }
p { color: rgb(74,170,5); }
H1.HeaderClassName
{
color: #4AAA05;
}
.AnyTagClassName
{
color: #4AAA05;
}
</style>
background-color css
<style>
a { background-color: #4AAA05; }
a { background-color: rgb(74,170,5); }
div.DivClassName
{
background-color: #4AAA05;
}
.BgClassName
{
background-color: #4AAA05;
}
</style>
border-color css
<style>
span { border-color: #4AAA05; }
span { border-color: rgb(74,170,5); }
td.TdClassName
{
border-color: #4AAA05;
}
.TagClassName
{
border-color: #4AAA05;
}
</style>