Shades of Limeade #609910
Tints of Limeade #609910
RGB
CMYK
RGB Variations
Color information
#609910 (or 0x609910) is known color: Limeade. HEX triplet: 60, 99 and 10. RGB value is (96,153,16). Sum of RGB (Red+Green+Blue) = 96+153+16=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #609910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609910 is #9F66EF. Grayscale: #787878. Windows color (decimal): -10446576 or 1087840. OLE color: 1087840.
HSL color Cylindrical-coordinate representation of color #609910: hue angle of 84.96º degrees, saturation: 0.81, 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 #609910 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 153 | 16 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.4 |
| HSL | 84.96º | 0.81% | 0.33% | - |
| HSV(B) | 84.96º | 0.9% | 0.6% | - |
| XYZ | 16.31 | 25.31 | 4.52 | - |
| YUV | 120.34 | 69.12 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 16 | 0.37 | 0 | 0.90 | 0.4 | 84.96 | 0.81 | 0.33 |
| Hex | 60 | 99 | 10 | 25 | 0 | 5A | 28 | 55 | 51 | 21 |
| Octal | 140 | 231 | 20 | 45 | 0 | 132 | 50 | 125 | 121 | 41 |
| Binary | 1100000 | 10011001 | 10000 | 100101 | 0 | 1011010 | 101000 | 1010101 | 1010001 | 100001 |
Color Harmonies of #609910
Complementary color
Monochromatic Colors of #609910
Black with #609910
Text Example
Text Example
White with #609910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609910; }
p { color: rgb(96,153,16); }
H1.HeaderClassName
{
color: #609910;
}
.AnyTagClassName
{
color: #609910;
}
</style>
background-color css
<style>
a { background-color: #609910; }
a { background-color: rgb(96,153,16); }
div.DivClassName
{
background-color: #609910;
}
.BgClassName
{
background-color: #609910;
}
</style>
border-color css
<style>
span { border-color: #609910; }
span { border-color: rgb(96,153,16); }
td.TdClassName
{
border-color: #609910;
}
.TagClassName
{
border-color: #609910;
}
</style>