Shades of Limeade #5AA30D
Tints of Limeade #5AA30D
RGB
CMYK
RGB Variations
Color information
#5AA30D (or 0x5AA30D) is known color: Limeade. HEX triplet: 5A, A3 and 0D. RGB value is (90,163,13). Sum of RGB (Red+Green+Blue) = 90+163+13=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 163 (64.06% from 255 or 61.28% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA30D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA30D is #A55CF2. Grayscale: #7C7C7C. Windows color (decimal): -10837235 or 893786. OLE color: 893786.
HSL color Cylindrical-coordinate representation of color #5AA30D: hue angle of 89.2º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5AA30D is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 163 | 13 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.36 |
| HSL | 89.2º | 0.85% | 0.35% | - |
| HSV(B) | 89.2º | 0.92% | 0.64% | - |
| XYZ | 17.39 | 28.4 | 4.95 | - |
| YUV | 124.07 | 65.32 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 163 | 13 | 0.45 | 0 | 0.92 | 0.36 | 89.2 | 0.85 | 0.35 |
| Hex | 5A | A3 | D | 2D | 0 | 5C | 24 | 59 | 55 | 23 |
| Octal | 132 | 243 | 15 | 55 | 0 | 134 | 44 | 131 | 125 | 43 |
| Binary | 1011010 | 10100011 | 1101 | 101101 | 0 | 1011100 | 100100 | 1011001 | 1010101 | 100011 |
Color Harmonies of #5AA30D
Complementary color
Monochromatic Colors of #5AA30D
Black with #5AA30D
Text Example
Text Example
White with #5AA30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA30D; }
p { color: rgb(90,163,13); }
H1.HeaderClassName
{
color: #5AA30D;
}
.AnyTagClassName
{
color: #5AA30D;
}
</style>
background-color css
<style>
a { background-color: #5AA30D; }
a { background-color: rgb(90,163,13); }
div.DivClassName
{
background-color: #5AA30D;
}
.BgClassName
{
background-color: #5AA30D;
}
</style>
border-color css
<style>
span { border-color: #5AA30D; }
span { border-color: rgb(90,163,13); }
td.TdClassName
{
border-color: #5AA30D;
}
.TagClassName
{
border-color: #5AA30D;
}
</style>