Shades of Kelly Green #4AAA01
Tints of Kelly Green #4AAA01
RGB
CMYK
RGB Variations
Color information
#4AAA01 (or 0x4AAA01) is known color: Kelly Green. HEX triplet: 4A, AA and 01. RGB value is (74,170,1). Sum of RGB (Red+Green+Blue) = 74+170+1=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 170 (66.80% from 255 or 69.39% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAA01 is #B555FE. Grayscale: #7A7A7A. Windows color (decimal): -11884031 or 109130. OLE color: 109130.
HSL color Cylindrical-coordinate representation of color #4AAA01: hue angle of 94.08º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4AAA01 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 1 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.33 |
| HSL | 94.08º | 0.99% | 0.34% | - |
| HSV(B) | 94.08º | 0.99% | 0.67% | - |
| XYZ | 17.2 | 30.21 | 4.95 | - |
| YUV | 122.03 | 59.7 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 1 | 0.56 | 0 | 0.99 | 0.33 | 94.08 | 0.99 | 0.34 |
| Hex | 4A | AA | 1 | 38 | 0 | 63 | 21 | 5E | 63 | 22 |
| Octal | 112 | 252 | 1 | 70 | 0 | 143 | 41 | 136 | 143 | 42 |
| Binary | 1001010 | 10101010 | 1 | 111000 | 0 | 1100011 | 100001 | 1011110 | 1100011 | 100010 |
Color Harmonies of #4AAA01
Complementary color
Monochromatic Colors of #4AAA01
Black with #4AAA01
Text Example
Text Example
White with #4AAA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA01; }
p { color: rgb(74,170,1); }
H1.HeaderClassName
{
color: #4AAA01;
}
.AnyTagClassName
{
color: #4AAA01;
}
</style>
background-color css
<style>
a { background-color: #4AAA01; }
a { background-color: rgb(74,170,1); }
div.DivClassName
{
background-color: #4AAA01;
}
.BgClassName
{
background-color: #4AAA01;
}
</style>
border-color css
<style>
span { border-color: #4AAA01; }
span { border-color: rgb(74,170,1); }
td.TdClassName
{
border-color: #4AAA01;
}
.TagClassName
{
border-color: #4AAA01;
}
</style>