Shades of Limeade #5A973A
Tints of Limeade #5A973A
RGB
CMYK
RGB Variations
Color information
#5A973A (or 0x5A973A) is known color: Limeade. HEX triplet: 5A, 97 and 3A. RGB value is (90,151,58). Sum of RGB (Red+Green+Blue) = 90+151+58=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #5A973A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A973A is #A568C5. Grayscale: #7A7A7A. Windows color (decimal): -10840262 or 3839834. OLE color: 3839834.
HSL color Cylindrical-coordinate representation of color #5A973A: hue angle of 99.35º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A973A is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 151 | 58 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.41 |
| HSL | 99.35º | 0.44% | 0.41% | - |
| HSV(B) | 99.35º | 0.62% | 0.59% | - |
| XYZ | 16.05 | 24.61 | 7.91 | - |
| YUV | 122.16 | 91.79 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 151 | 58 | 0.40 | 0 | 0.62 | 0.41 | 99.35 | 0.44 | 0.41 |
| Hex | 5A | 97 | 3A | 28 | 0 | 3E | 29 | 63 | 2C | 29 |
| Octal | 132 | 227 | 72 | 50 | 0 | 76 | 51 | 143 | 54 | 51 |
| Binary | 1011010 | 10010111 | 111010 | 101000 | 0 | 111110 | 101001 | 1100011 | 101100 | 101001 |
Color Harmonies of #5A973A
Complementary color
Monochromatic Colors of #5A973A
Black with #5A973A
Text Example
Text Example
White with #5A973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A973A; }
p { color: rgb(90,151,58); }
H1.HeaderClassName
{
color: #5A973A;
}
.AnyTagClassName
{
color: #5A973A;
}
</style>
background-color css
<style>
a { background-color: #5A973A; }
a { background-color: rgb(90,151,58); }
div.DivClassName
{
background-color: #5A973A;
}
.BgClassName
{
background-color: #5A973A;
}
</style>
border-color css
<style>
span { border-color: #5A973A; }
span { border-color: rgb(90,151,58); }
td.TdClassName
{
border-color: #5A973A;
}
.TagClassName
{
border-color: #5A973A;
}
</style>