Shades of Limeade #60A029
Tints of Limeade #60A029
RGB
CMYK
RGB Variations
Color information
#60A029 (or 0x60A029) is known color: Limeade. HEX triplet: 60, A0 and 29. RGB value is (96,160,41). Sum of RGB (Red+Green+Blue) = 96+160+41=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #60A029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A029 is #9F5FD6. Grayscale: #7F7F7F. Windows color (decimal): -10444759 or 2728032. OLE color: 2728032.
HSL color Cylindrical-coordinate representation of color #60A029: hue angle of 92.27º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60A029 is Cyan = 0.4, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 160 | 41 | - |
| CMYK | 0.4 | 0 | 0.74 | 0.37 |
| HSL | 92.27º | 0.59% | 0.39% | - |
| HSV(B) | 92.27º | 0.74% | 0.63% | - |
| XYZ | 17.79 | 27.79 | 6.52 | - |
| YUV | 127.3 | 79.3 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 160 | 41 | 0.4 | 0 | 0.74 | 0.37 | 92.27 | 0.59 | 0.39 |
| Hex | 60 | A0 | 29 | 28 | 0 | 4A | 25 | 5C | 3B | 27 |
| Octal | 140 | 240 | 51 | 50 | 0 | 112 | 45 | 134 | 73 | 47 |
| Binary | 1100000 | 10100000 | 101001 | 101000 | 0 | 1001010 | 100101 | 1011100 | 111011 | 100111 |
Color Harmonies of #60A029
Complementary color
Monochromatic Colors of #60A029
Black with #60A029
Text Example
Text Example
White with #60A029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A029; }
p { color: rgb(96,160,41); }
H1.HeaderClassName
{
color: #60A029;
}
.AnyTagClassName
{
color: #60A029;
}
</style>
background-color css
<style>
a { background-color: #60A029; }
a { background-color: rgb(96,160,41); }
div.DivClassName
{
background-color: #60A029;
}
.BgClassName
{
background-color: #60A029;
}
</style>
border-color css
<style>
span { border-color: #60A029; }
span { border-color: rgb(96,160,41); }
td.TdClassName
{
border-color: #60A029;
}
.TagClassName
{
border-color: #60A029;
}
</style>