Shades of Limeade #5E9A0F
Tints of Limeade #5E9A0F
RGB
CMYK
RGB Variations
Color information
#5E9A0F (or 0x5E9A0F) is known color: Limeade. HEX triplet: 5E, 9A and 0F. RGB value is (94,154,15). Sum of RGB (Red+Green+Blue) = 94+154+15=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 154 (60.55% from 255 or 58.56% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9A0F is #A165F0. Grayscale: #787878. Windows color (decimal): -10577393 or 1022558. OLE color: 1022558.
HSL color Cylindrical-coordinate representation of color #5E9A0F: hue angle of 85.9º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E9A0F is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 154 | 15 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.40 |
| HSL | 85.9º | 0.82% | 0.33% | - |
| HSV(B) | 85.9º | 0.9% | 0.6% | - |
| XYZ | 16.26 | 25.53 | 4.52 | - |
| YUV | 120.21 | 68.62 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 154 | 15 | 0.39 | 0 | 0.90 | 0.40 | 85.9 | 0.82 | 0.33 |
| Hex | 5E | 9A | F | 27 | 0 | 5A | 28 | 56 | 52 | 21 |
| Octal | 136 | 232 | 17 | 47 | 0 | 132 | 50 | 126 | 122 | 41 |
| Binary | 1011110 | 10011010 | 1111 | 100111 | 0 | 1011010 | 101000 | 1010110 | 1010010 | 100001 |
Color Harmonies of #5E9A0F
Complementary color
Monochromatic Colors of #5E9A0F
Black with #5E9A0F
Text Example
Text Example
White with #5E9A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9A0F; }
p { color: rgb(94,154,15); }
H1.HeaderClassName
{
color: #5E9A0F;
}
.AnyTagClassName
{
color: #5E9A0F;
}
</style>
background-color css
<style>
a { background-color: #5E9A0F; }
a { background-color: rgb(94,154,15); }
div.DivClassName
{
background-color: #5E9A0F;
}
.BgClassName
{
background-color: #5E9A0F;
}
</style>
border-color css
<style>
span { border-color: #5E9A0F; }
span { border-color: rgb(94,154,15); }
td.TdClassName
{
border-color: #5E9A0F;
}
.TagClassName
{
border-color: #5E9A0F;
}
</style>