Shades of Limeade #5A9B1A
Tints of Limeade #5A9B1A
RGB
CMYK
RGB Variations
Color information
#5A9B1A (or 0x5A9B1A) is known color: Limeade. HEX triplet: 5A, 9B and 1A. RGB value is (90,155,26). Sum of RGB (Red+Green+Blue) = 90+155+26=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 155 (60.94% from 255 or 57.20% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9B1A is #A564E5. Grayscale: #797979. Windows color (decimal): -10839270 or 1743706. OLE color: 1743706.
HSL color Cylindrical-coordinate representation of color #5A9B1A: hue angle of 90.23º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A9B1A is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 155 | 26 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.39 |
| HSL | 90.23º | 0.71% | 0.35% | - |
| HSV(B) | 90.23º | 0.83% | 0.61% | - |
| XYZ | 16.12 | 25.69 | 5.09 | - |
| YUV | 120.86 | 74.47 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 155 | 26 | 0.42 | 0 | 0.83 | 0.39 | 90.23 | 0.71 | 0.35 |
| Hex | 5A | 9B | 1A | 2A | 0 | 53 | 27 | 5A | 47 | 23 |
| Octal | 132 | 233 | 32 | 52 | 0 | 123 | 47 | 132 | 107 | 43 |
| Binary | 1011010 | 10011011 | 11010 | 101010 | 0 | 1010011 | 100111 | 1011010 | 1000111 | 100011 |
Color Harmonies of #5A9B1A
Complementary color
Monochromatic Colors of #5A9B1A
Black with #5A9B1A
Text Example
Text Example
White with #5A9B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9B1A; }
p { color: rgb(90,155,26); }
H1.HeaderClassName
{
color: #5A9B1A;
}
.AnyTagClassName
{
color: #5A9B1A;
}
</style>
background-color css
<style>
a { background-color: #5A9B1A; }
a { background-color: rgb(90,155,26); }
div.DivClassName
{
background-color: #5A9B1A;
}
.BgClassName
{
background-color: #5A9B1A;
}
</style>
border-color css
<style>
span { border-color: #5A9B1A; }
span { border-color: rgb(90,155,26); }
td.TdClassName
{
border-color: #5A9B1A;
}
.TagClassName
{
border-color: #5A9B1A;
}
</style>