Shades of Limeade #5A9321
Tints of Limeade #5A9321
RGB
CMYK
RGB Variations
Color information
#5A9321 (or 0x5A9321) is known color: Limeade. HEX triplet: 5A, 93 and 21. RGB value is (90,147,33). Sum of RGB (Red+Green+Blue) = 90+147+33=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #5A9321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9321 is #A56CDE. Grayscale: #757575. Windows color (decimal): -10841311 or 2200410. OLE color: 2200410.
HSL color Cylindrical-coordinate representation of color #5A9321: hue angle of 90º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A9321 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 147 | 33 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.42 |
| HSL | 90º | 0.63% | 0.35% | - |
| HSV(B) | 90º | 0.78% | 0.58% | - |
| XYZ | 14.92 | 23.15 | 5.12 | - |
| YUV | 116.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 147 | 33 | 0.39 | 0 | 0.78 | 0.42 | 90 | 0.63 | 0.35 |
| Hex | 5A | 93 | 21 | 27 | 0 | 4E | 2A | 5A | 3F | 23 |
| Octal | 132 | 223 | 41 | 47 | 0 | 116 | 52 | 132 | 77 | 43 |
| Binary | 1011010 | 10010011 | 100001 | 100111 | 0 | 1001110 | 101010 | 1011010 | 111111 | 100011 |
Color Harmonies of #5A9321
Complementary color
Monochromatic Colors of #5A9321
Black with #5A9321
Text Example
Text Example
White with #5A9321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9321; }
p { color: rgb(90,147,33); }
H1.HeaderClassName
{
color: #5A9321;
}
.AnyTagClassName
{
color: #5A9321;
}
</style>
background-color css
<style>
a { background-color: #5A9321; }
a { background-color: rgb(90,147,33); }
div.DivClassName
{
background-color: #5A9321;
}
.BgClassName
{
background-color: #5A9321;
}
</style>
border-color css
<style>
span { border-color: #5A9321; }
span { border-color: rgb(90,147,33); }
td.TdClassName
{
border-color: #5A9321;
}
.TagClassName
{
border-color: #5A9321;
}
</style>