Shades of Limeade #5AAA29
Tints of Limeade #5AAA29
RGB
CMYK
RGB Variations
Color information
#5AAA29 (or 0x5AAA29) is known color: Limeade. HEX triplet: 5A, AA and 29. RGB value is (90,170,41). Sum of RGB (Red+Green+Blue) = 90+170+41=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 170 (66.80% from 255 or 56.48% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA29 is #A555D6. Grayscale: #838383. Windows color (decimal): -10835415 or 2730586. OLE color: 2730586.
HSL color Cylindrical-coordinate representation of color #5AAA29: hue angle of 97.21º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5AAA29 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 41 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.33 |
| HSL | 97.21º | 0.61% | 0.41% | - |
| HSV(B) | 97.21º | 0.76% | 0.67% | - |
| XYZ | 18.99 | 31.08 | 7.1 | - |
| YUV | 131.37 | 77 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 41 | 0.47 | 0 | 0.76 | 0.33 | 97.21 | 0.61 | 0.41 |
| Hex | 5A | AA | 29 | 2F | 0 | 4C | 21 | 61 | 3D | 29 |
| Octal | 132 | 252 | 51 | 57 | 0 | 114 | 41 | 141 | 75 | 51 |
| Binary | 1011010 | 10101010 | 101001 | 101111 | 0 | 1001100 | 100001 | 1100001 | 111101 | 101001 |
Color Harmonies of #5AAA29
Complementary color
Monochromatic Colors of #5AAA29
Black with #5AAA29
Text Example
Text Example
White with #5AAA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA29; }
p { color: rgb(90,170,41); }
H1.HeaderClassName
{
color: #5AAA29;
}
.AnyTagClassName
{
color: #5AAA29;
}
</style>
background-color css
<style>
a { background-color: #5AAA29; }
a { background-color: rgb(90,170,41); }
div.DivClassName
{
background-color: #5AAA29;
}
.BgClassName
{
background-color: #5AAA29;
}
</style>
border-color css
<style>
span { border-color: #5AAA29; }
span { border-color: rgb(90,170,41); }
td.TdClassName
{
border-color: #5AAA29;
}
.TagClassName
{
border-color: #5AAA29;
}
</style>