Shades of Limeade #5AAC2B
Tints of Limeade #5AAC2B
RGB
CMYK
RGB Variations
Color information
#5AAC2B (or 0x5AAC2B) is known color: Limeade. HEX triplet: 5A, AC and 2B. RGB value is (90,172,43). Sum of RGB (Red+Green+Blue) = 90+172+43=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAC2B is #A553D4. Grayscale: #858585. Windows color (decimal): -10834901 or 2862170. OLE color: 2862170.
HSL color Cylindrical-coordinate representation of color #5AAC2B: hue angle of 98.14º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5AAC2B is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 172 | 43 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.33 |
| HSL | 98.14º | 0.6% | 0.42% | - |
| HSV(B) | 98.14º | 0.75% | 0.67% | - |
| XYZ | 19.41 | 31.85 | 7.41 | - |
| YUV | 132.78 | 77.33 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 43 | 0.48 | 0 | 0.75 | 0.33 | 98.14 | 0.6 | 0.42 |
| Hex | 5A | AC | 2B | 30 | 0 | 4B | 21 | 62 | 3C | 2A |
| Octal | 132 | 254 | 53 | 60 | 0 | 113 | 41 | 142 | 74 | 52 |
| Binary | 1011010 | 10101100 | 101011 | 110000 | 0 | 1001011 | 100001 | 1100010 | 111100 | 101010 |
Color Harmonies of #5AAC2B
Complementary color
Monochromatic Colors of #5AAC2B
Black with #5AAC2B
Text Example
Text Example
White with #5AAC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAC2B; }
p { color: rgb(90,172,43); }
H1.HeaderClassName
{
color: #5AAC2B;
}
.AnyTagClassName
{
color: #5AAC2B;
}
</style>
background-color css
<style>
a { background-color: #5AAC2B; }
a { background-color: rgb(90,172,43); }
div.DivClassName
{
background-color: #5AAC2B;
}
.BgClassName
{
background-color: #5AAC2B;
}
</style>
border-color css
<style>
span { border-color: #5AAC2B; }
span { border-color: rgb(90,172,43); }
td.TdClassName
{
border-color: #5AAC2B;
}
.TagClassName
{
border-color: #5AAC2B;
}
</style>