Shades of Kelly Green #4AAA26
Tints of Kelly Green #4AAA26
RGB
CMYK
RGB Variations
Color information
#4AAA26 (or 0x4AAA26) is known color: Kelly Green. HEX triplet: 4A, AA and 26. RGB value is (74,170,38). Sum of RGB (Red+Green+Blue) = 74+170+38=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA26 is #B555D9. Grayscale: #7E7E7E. Windows color (decimal): -11883994 or 2533962. OLE color: 2533962.
HSL color Cylindrical-coordinate representation of color #4AAA26: hue angle of 103.64º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AAA26 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 38 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.33 |
| HSL | 103.64º | 0.63% | 0.41% | - |
| HSV(B) | 103.64º | 0.78% | 0.67% | - |
| XYZ | 17.55 | 30.35 | 6.77 | - |
| YUV | 126.25 | 78.2 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 38 | 0.56 | 0 | 0.78 | 0.33 | 103.64 | 0.63 | 0.41 |
| Hex | 4A | AA | 26 | 38 | 0 | 4E | 21 | 68 | 3F | 29 |
| Octal | 112 | 252 | 46 | 70 | 0 | 116 | 41 | 150 | 77 | 51 |
| Binary | 1001010 | 10101010 | 100110 | 111000 | 0 | 1001110 | 100001 | 1101000 | 111111 | 101001 |
Color Harmonies of #4AAA26
Complementary color
Monochromatic Colors of #4AAA26
Black with #4AAA26
Text Example
Text Example
White with #4AAA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA26; }
p { color: rgb(74,170,38); }
H1.HeaderClassName
{
color: #4AAA26;
}
.AnyTagClassName
{
color: #4AAA26;
}
</style>
background-color css
<style>
a { background-color: #4AAA26; }
a { background-color: rgb(74,170,38); }
div.DivClassName
{
background-color: #4AAA26;
}
.BgClassName
{
background-color: #4AAA26;
}
</style>
border-color css
<style>
span { border-color: #4AAA26; }
span { border-color: rgb(74,170,38); }
td.TdClassName
{
border-color: #4AAA26;
}
.TagClassName
{
border-color: #4AAA26;
}
</style>