Shades of Limeade #5AAA23
Tints of Limeade #5AAA23
RGB
CMYK
RGB Variations
Color information
#5AAA23 (or 0x5AAA23) is known color: Limeade. HEX triplet: 5A, AA and 23. RGB value is (90,170,35). Sum of RGB (Red+Green+Blue) = 90+170+35=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA23 is #A555DC. Grayscale: #838383. Windows color (decimal): -10835421 or 2337370. OLE color: 2337370.
HSL color Cylindrical-coordinate representation of color #5AAA23: hue angle of 95.56º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5AAA23 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 35 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.33 |
| HSL | 95.56º | 0.66% | 0.4% | - |
| HSV(B) | 95.56º | 0.79% | 0.67% | - |
| XYZ | 18.89 | 31.04 | 6.59 | - |
| YUV | 130.69 | 74 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 35 | 0.47 | 0 | 0.79 | 0.33 | 95.56 | 0.66 | 0.4 |
| Hex | 5A | AA | 23 | 2F | 0 | 4F | 21 | 60 | 42 | 28 |
| Octal | 132 | 252 | 43 | 57 | 0 | 117 | 41 | 140 | 102 | 50 |
| Binary | 1011010 | 10101010 | 100011 | 101111 | 0 | 1001111 | 100001 | 1100000 | 1000010 | 101000 |
Color Harmonies of #5AAA23
Complementary color
Monochromatic Colors of #5AAA23
Black with #5AAA23
Text Example
Text Example
White with #5AAA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA23; }
p { color: rgb(90,170,35); }
H1.HeaderClassName
{
color: #5AAA23;
}
.AnyTagClassName
{
color: #5AAA23;
}
</style>
background-color css
<style>
a { background-color: #5AAA23; }
a { background-color: rgb(90,170,35); }
div.DivClassName
{
background-color: #5AAA23;
}
.BgClassName
{
background-color: #5AAA23;
}
</style>
border-color css
<style>
span { border-color: #5AAA23; }
span { border-color: rgb(90,170,35); }
td.TdClassName
{
border-color: #5AAA23;
}
.TagClassName
{
border-color: #5AAA23;
}
</style>