Shades of Limeade #5FA012
Tints of Limeade #5FA012
RGB
CMYK
RGB Variations
Color information
#5FA012 (or 0x5FA012) is known color: Limeade. HEX triplet: 5F, A0 and 12. RGB value is (95,160,18). Sum of RGB (Red+Green+Blue) = 95+160+18=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 160 (62.89% from 255 or 58.61% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA012 is #A05FED. Grayscale: #7C7C7C. Windows color (decimal): -10510318 or 1220703. OLE color: 1220703.
HSL color Cylindrical-coordinate representation of color #5FA012: hue angle of 87.46º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5FA012 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 160 | 18 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.37 |
| HSL | 87.46º | 0.8% | 0.35% | - |
| HSV(B) | 87.46º | 0.89% | 0.63% | - |
| XYZ | 17.4 | 27.62 | 4.99 | - |
| YUV | 124.38 | 67.97 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 160 | 18 | 0.41 | 0 | 0.89 | 0.37 | 87.46 | 0.8 | 0.35 |
| Hex | 5F | A0 | 12 | 29 | 0 | 59 | 25 | 57 | 50 | 23 |
| Octal | 137 | 240 | 22 | 51 | 0 | 131 | 45 | 127 | 120 | 43 |
| Binary | 1011111 | 10100000 | 10010 | 101001 | 0 | 1011001 | 100101 | 1010111 | 1010000 | 100011 |
Color Harmonies of #5FA012
Complementary color
Monochromatic Colors of #5FA012
Black with #5FA012
Text Example
Text Example
White with #5FA012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA012; }
p { color: rgb(95,160,18); }
H1.HeaderClassName
{
color: #5FA012;
}
.AnyTagClassName
{
color: #5FA012;
}
</style>
background-color css
<style>
a { background-color: #5FA012; }
a { background-color: rgb(95,160,18); }
div.DivClassName
{
background-color: #5FA012;
}
.BgClassName
{
background-color: #5FA012;
}
</style>
border-color css
<style>
span { border-color: #5FA012; }
span { border-color: rgb(95,160,18); }
td.TdClassName
{
border-color: #5FA012;
}
.TagClassName
{
border-color: #5FA012;
}
</style>