Shades of Limeade #60A12C
Tints of Limeade #60A12C
RGB
CMYK
RGB Variations
Color information
#60A12C (or 0x60A12C) is known color: Limeade. HEX triplet: 60, A1 and 2C. RGB value is (96,161,44). Sum of RGB (Red+Green+Blue) = 96+161+44=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #60A12C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A12C is #9F5ED3. Grayscale: #808080. Windows color (decimal): -10444500 or 2924896. OLE color: 2924896.
HSL color Cylindrical-coordinate representation of color #60A12C: hue angle of 93.33º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60A12C is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 161 | 44 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.37 |
| HSL | 93.33º | 0.57% | 0.4% | - |
| HSV(B) | 93.33º | 0.73% | 0.63% | - |
| XYZ | 18.02 | 28.16 | 6.87 | - |
| YUV | 128.23 | 80.47 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 161 | 44 | 0.40 | 0 | 0.73 | 0.37 | 93.33 | 0.57 | 0.4 |
| Hex | 60 | A1 | 2C | 28 | 0 | 49 | 25 | 5D | 39 | 28 |
| Octal | 140 | 241 | 54 | 50 | 0 | 111 | 45 | 135 | 71 | 50 |
| Binary | 1100000 | 10100001 | 101100 | 101000 | 0 | 1001001 | 100101 | 1011101 | 111001 | 101000 |
Color Harmonies of #60A12C
Complementary color
Monochromatic Colors of #60A12C
Black with #60A12C
Text Example
Text Example
White with #60A12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A12C; }
p { color: rgb(96,161,44); }
H1.HeaderClassName
{
color: #60A12C;
}
.AnyTagClassName
{
color: #60A12C;
}
</style>
background-color css
<style>
a { background-color: #60A12C; }
a { background-color: rgb(96,161,44); }
div.DivClassName
{
background-color: #60A12C;
}
.BgClassName
{
background-color: #60A12C;
}
</style>
border-color css
<style>
span { border-color: #60A12C; }
span { border-color: rgb(96,161,44); }
td.TdClassName
{
border-color: #60A12C;
}
.TagClassName
{
border-color: #60A12C;
}
</style>