Shades of Kelly Green #4AAA03
Tints of Kelly Green #4AAA03
RGB
CMYK
RGB Variations
Color information
#4AAA03 (or 0x4AAA03) is known color: Kelly Green. HEX triplet: 4A, AA and 03. RGB value is (74,170,3). Sum of RGB (Red+Green+Blue) = 74+170+3=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 170 (66.80% from 255 or 68.83% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAA03 is #B555FC. Grayscale: #7A7A7A. Windows color (decimal): -11884029 or 240202. OLE color: 240202.
HSL color Cylindrical-coordinate representation of color #4AAA03: hue angle of 94.49º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4AAA03 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 3 | - |
| CMYK | 0.56 | 0 | 0.98 | 0.33 |
| HSL | 94.49º | 0.97% | 0.34% | - |
| HSV(B) | 94.49º | 0.98% | 0.67% | - |
| XYZ | 17.22 | 30.21 | 5.01 | - |
| YUV | 122.26 | 60.7 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 3 | 0.56 | 0 | 0.98 | 0.33 | 94.49 | 0.97 | 0.34 |
| Hex | 4A | AA | 3 | 38 | 0 | 62 | 21 | 5E | 61 | 22 |
| Octal | 112 | 252 | 3 | 70 | 0 | 142 | 41 | 136 | 141 | 42 |
| Binary | 1001010 | 10101010 | 11 | 111000 | 0 | 1100010 | 100001 | 1011110 | 1100001 | 100010 |
Color Harmonies of #4AAA03
Complementary color
Monochromatic Colors of #4AAA03
Black with #4AAA03
Text Example
Text Example
White with #4AAA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA03; }
p { color: rgb(74,170,3); }
H1.HeaderClassName
{
color: #4AAA03;
}
.AnyTagClassName
{
color: #4AAA03;
}
</style>
background-color css
<style>
a { background-color: #4AAA03; }
a { background-color: rgb(74,170,3); }
div.DivClassName
{
background-color: #4AAA03;
}
.BgClassName
{
background-color: #4AAA03;
}
</style>
border-color css
<style>
span { border-color: #4AAA03; }
span { border-color: rgb(74,170,3); }
td.TdClassName
{
border-color: #4AAA03;
}
.TagClassName
{
border-color: #4AAA03;
}
</style>