Shades of Limeade #5A963C
Tints of Limeade #5A963C
RGB
CMYK
RGB Variations
Color information
#5A963C (or 0x5A963C) is known color: Limeade. HEX triplet: 5A, 96 and 3C. RGB value is (90,150,60). Sum of RGB (Red+Green+Blue) = 90+150+60=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #5A963C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A963C is #A569C3. Grayscale: #7A7A7A. Windows color (decimal): -10840516 or 3970650. OLE color: 3970650.
HSL color Cylindrical-coordinate representation of color #5A963C: hue angle of 100º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A963C is Cyan = 0.4, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 150 | 60 | - |
| CMYK | 0.4 | 0 | 0.6 | 0.41 |
| HSL | 100º | 0.43% | 0.41% | - |
| HSV(B) | 100º | 0.6% | 0.59% | - |
| XYZ | 15.94 | 24.31 | 8.13 | - |
| YUV | 121.8 | 93.12 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 150 | 60 | 0.4 | 0 | 0.6 | 0.41 | 100 | 0.43 | 0.41 |
| Hex | 5A | 96 | 3C | 28 | 0 | 3C | 29 | 64 | 2B | 29 |
| Octal | 132 | 226 | 74 | 50 | 0 | 74 | 51 | 144 | 53 | 51 |
| Binary | 1011010 | 10010110 | 111100 | 101000 | 0 | 111100 | 101001 | 1100100 | 101011 | 101001 |
Color Harmonies of #5A963C
Complementary color
Monochromatic Colors of #5A963C
Black with #5A963C
Text Example
Text Example
White with #5A963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A963C; }
p { color: rgb(90,150,60); }
H1.HeaderClassName
{
color: #5A963C;
}
.AnyTagClassName
{
color: #5A963C;
}
</style>
background-color css
<style>
a { background-color: #5A963C; }
a { background-color: rgb(90,150,60); }
div.DivClassName
{
background-color: #5A963C;
}
.BgClassName
{
background-color: #5A963C;
}
</style>
border-color css
<style>
span { border-color: #5A963C; }
span { border-color: rgb(90,150,60); }
td.TdClassName
{
border-color: #5A963C;
}
.TagClassName
{
border-color: #5A963C;
}
</style>