Shades of Kelly Green #4AAA1A
Tints of Kelly Green #4AAA1A
RGB
CMYK
RGB Variations
Color information
#4AAA1A (or 0x4AAA1A) is known color: Kelly Green. HEX triplet: 4A, AA and 1A. RGB value is (74,170,26). Sum of RGB (Red+Green+Blue) = 74+170+26=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 170 (66.80% from 255 or 62.96% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA1A is #B555E5. Grayscale: #7D7D7D. Windows color (decimal): -11884006 or 1747530. OLE color: 1747530.
HSL color Cylindrical-coordinate representation of color #4AAA1A: hue angle of 100º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4AAA1A is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 26 | - |
| CMYK | 0.56 | 0 | 0.85 | 0.33 |
| HSL | 100º | 0.73% | 0.38% | - |
| HSV(B) | 100º | 0.85% | 0.67% | - |
| XYZ | 17.39 | 30.28 | 5.91 | - |
| YUV | 124.88 | 72.2 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 26 | 0.56 | 0 | 0.85 | 0.33 | 100 | 0.73 | 0.38 |
| Hex | 4A | AA | 1A | 38 | 0 | 55 | 21 | 64 | 49 | 26 |
| Octal | 112 | 252 | 32 | 70 | 0 | 125 | 41 | 144 | 111 | 46 |
| Binary | 1001010 | 10101010 | 11010 | 111000 | 0 | 1010101 | 100001 | 1100100 | 1001001 | 100110 |
Color Harmonies of #4AAA1A
Complementary color
Monochromatic Colors of #4AAA1A
Black with #4AAA1A
Text Example
Text Example
White with #4AAA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA1A; }
p { color: rgb(74,170,26); }
H1.HeaderClassName
{
color: #4AAA1A;
}
.AnyTagClassName
{
color: #4AAA1A;
}
</style>
background-color css
<style>
a { background-color: #4AAA1A; }
a { background-color: rgb(74,170,26); }
div.DivClassName
{
background-color: #4AAA1A;
}
.BgClassName
{
background-color: #4AAA1A;
}
</style>
border-color css
<style>
span { border-color: #4AAA1A; }
span { border-color: rgb(74,170,26); }
td.TdClassName
{
border-color: #4AAA1A;
}
.TagClassName
{
border-color: #4AAA1A;
}
</style>