Shades of Limeade #60A136
Tints of Limeade #60A136
RGB
CMYK
RGB Variations
Color information
#60A136 (or 0x60A136) is known color: Limeade. HEX triplet: 60, A1 and 36. RGB value is (96,161,54). Sum of RGB (Red+Green+Blue) = 96+161+54=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #60A136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A136 is #9F5EC9. Grayscale: #818181. Windows color (decimal): -10444490 or 3580256. OLE color: 3580256.
HSL color Cylindrical-coordinate representation of color #60A136: hue angle of 96.45º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60A136 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 161 | 54 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.37 |
| HSL | 96.45º | 0.5% | 0.42% | - |
| HSV(B) | 96.45º | 0.66% | 0.63% | - |
| XYZ | 18.23 | 28.24 | 7.98 | - |
| YUV | 129.37 | 85.47 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 161 | 54 | 0.40 | 0 | 0.66 | 0.37 | 96.45 | 0.5 | 0.42 |
| Hex | 60 | A1 | 36 | 28 | 0 | 42 | 25 | 60 | 32 | 2A |
| Octal | 140 | 241 | 66 | 50 | 0 | 102 | 45 | 140 | 62 | 52 |
| Binary | 1100000 | 10100001 | 110110 | 101000 | 0 | 1000010 | 100101 | 1100000 | 110010 | 101010 |
Color Harmonies of #60A136
Complementary color
Monochromatic Colors of #60A136
Black with #60A136
Text Example
Text Example
White with #60A136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A136; }
p { color: rgb(96,161,54); }
H1.HeaderClassName
{
color: #60A136;
}
.AnyTagClassName
{
color: #60A136;
}
</style>
background-color css
<style>
a { background-color: #60A136; }
a { background-color: rgb(96,161,54); }
div.DivClassName
{
background-color: #60A136;
}
.BgClassName
{
background-color: #60A136;
}
</style>
border-color css
<style>
span { border-color: #60A136; }
span { border-color: rgb(96,161,54); }
td.TdClassName
{
border-color: #60A136;
}
.TagClassName
{
border-color: #60A136;
}
</style>