Shades of Limeade #5AAA28
Tints of Limeade #5AAA28
RGB
CMYK
RGB Variations
Color information
#5AAA28 (or 0x5AAA28) is known color: Limeade. HEX triplet: 5A, AA and 28. RGB value is (90,170,40). Sum of RGB (Red+Green+Blue) = 90+170+40=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 170 (66.80% from 255 or 56.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA28 is #A555D7. Grayscale: #838383. Windows color (decimal): -10835416 or 2665050. OLE color: 2665050.
HSL color Cylindrical-coordinate representation of color #5AAA28: hue angle of 96.92º degrees, saturation: 0.62, 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 #5AAA28 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 40 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.33 |
| HSL | 96.92º | 0.62% | 0.41% | - |
| HSV(B) | 96.92º | 0.76% | 0.67% | - |
| XYZ | 18.97 | 31.08 | 7.01 | - |
| YUV | 131.26 | 76.5 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 40 | 0.47 | 0 | 0.76 | 0.33 | 96.92 | 0.62 | 0.41 |
| Hex | 5A | AA | 28 | 2F | 0 | 4C | 21 | 61 | 3E | 29 |
| Octal | 132 | 252 | 50 | 57 | 0 | 114 | 41 | 141 | 76 | 51 |
| Binary | 1011010 | 10101010 | 101000 | 101111 | 0 | 1001100 | 100001 | 1100001 | 111110 | 101001 |
Color Harmonies of #5AAA28
Complementary color
Monochromatic Colors of #5AAA28
Black with #5AAA28
Text Example
Text Example
White with #5AAA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA28; }
p { color: rgb(90,170,40); }
H1.HeaderClassName
{
color: #5AAA28;
}
.AnyTagClassName
{
color: #5AAA28;
}
</style>
background-color css
<style>
a { background-color: #5AAA28; }
a { background-color: rgb(90,170,40); }
div.DivClassName
{
background-color: #5AAA28;
}
.BgClassName
{
background-color: #5AAA28;
}
</style>
border-color css
<style>
span { border-color: #5AAA28; }
span { border-color: rgb(90,170,40); }
td.TdClassName
{
border-color: #5AAA28;
}
.TagClassName
{
border-color: #5AAA28;
}
</style>