Shades of Limeade #5A9423
Tints of Limeade #5A9423
RGB
CMYK
RGB Variations
Color information
#5A9423 (or 0x5A9423) is known color: Limeade. HEX triplet: 5A, 94 and 23. RGB value is (90,148,35). Sum of RGB (Red+Green+Blue) = 90+148+35=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #5A9423 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9423 is #A56BDC. Grayscale: #767676. Windows color (decimal): -10841053 or 2331738. OLE color: 2331738.
HSL color Cylindrical-coordinate representation of color #5A9423: hue angle of 90.8º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A9423 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 148 | 35 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.42 |
| HSL | 90.8º | 0.62% | 0.36% | - |
| HSV(B) | 90.8º | 0.76% | 0.58% | - |
| XYZ | 15.11 | 23.47 | 5.32 | - |
| YUV | 117.78 | 81.28 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 148 | 35 | 0.39 | 0 | 0.76 | 0.42 | 90.8 | 0.62 | 0.36 |
| Hex | 5A | 94 | 23 | 27 | 0 | 4C | 2A | 5B | 3E | 24 |
| Octal | 132 | 224 | 43 | 47 | 0 | 114 | 52 | 133 | 76 | 44 |
| Binary | 1011010 | 10010100 | 100011 | 100111 | 0 | 1001100 | 101010 | 1011011 | 111110 | 100100 |
Color Harmonies of #5A9423
Complementary color
Monochromatic Colors of #5A9423
Black with #5A9423
Text Example
Text Example
White with #5A9423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9423; }
p { color: rgb(90,148,35); }
H1.HeaderClassName
{
color: #5A9423;
}
.AnyTagClassName
{
color: #5A9423;
}
</style>
background-color css
<style>
a { background-color: #5A9423; }
a { background-color: rgb(90,148,35); }
div.DivClassName
{
background-color: #5A9423;
}
.BgClassName
{
background-color: #5A9423;
}
</style>
border-color css
<style>
span { border-color: #5A9423; }
span { border-color: rgb(90,148,35); }
td.TdClassName
{
border-color: #5A9423;
}
.TagClassName
{
border-color: #5A9423;
}
</style>