Shades of Limeade #5AA210
Tints of Limeade #5AA210
RGB
CMYK
RGB Variations
Color information
#5AA210 (or 0x5AA210) is known color: Limeade. HEX triplet: 5A, A2 and 10. RGB value is (90,162,16). Sum of RGB (Red+Green+Blue) = 90+162+16=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 162 (63.67% from 255 or 60.45% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA210 is #A55DEF. Grayscale: #7C7C7C. Windows color (decimal): -10837488 or 1090138. OLE color: 1090138.
HSL color Cylindrical-coordinate representation of color #5AA210: hue angle of 89.59º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5AA210 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 162 | 16 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.36 |
| HSL | 89.59º | 0.82% | 0.35% | - |
| HSV(B) | 89.59º | 0.9% | 0.64% | - |
| XYZ | 17.23 | 28.05 | 5 | - |
| YUV | 123.83 | 67.15 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 162 | 16 | 0.44 | 0 | 0.90 | 0.36 | 89.59 | 0.82 | 0.35 |
| Hex | 5A | A2 | 10 | 2C | 0 | 5A | 24 | 5A | 52 | 23 |
| Octal | 132 | 242 | 20 | 54 | 0 | 132 | 44 | 132 | 122 | 43 |
| Binary | 1011010 | 10100010 | 10000 | 101100 | 0 | 1011010 | 100100 | 1011010 | 1010010 | 100011 |
Color Harmonies of #5AA210
Complementary color
Monochromatic Colors of #5AA210
Black with #5AA210
Text Example
Text Example
White with #5AA210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA210; }
p { color: rgb(90,162,16); }
H1.HeaderClassName
{
color: #5AA210;
}
.AnyTagClassName
{
color: #5AA210;
}
</style>
background-color css
<style>
a { background-color: #5AA210; }
a { background-color: rgb(90,162,16); }
div.DivClassName
{
background-color: #5AA210;
}
.BgClassName
{
background-color: #5AA210;
}
</style>
border-color css
<style>
span { border-color: #5AA210; }
span { border-color: rgb(90,162,16); }
td.TdClassName
{
border-color: #5AA210;
}
.TagClassName
{
border-color: #5AA210;
}
</style>