Shades of Limeade #609B16
Tints of Limeade #609B16
RGB
CMYK
RGB Variations
Color information
#609B16 (or 0x609B16) is known color: Limeade. HEX triplet: 60, 9B and 16. RGB value is (96,155,22). Sum of RGB (Red+Green+Blue) = 96+155+22=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #609B16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609B16 is #9F64E9. Grayscale: #7A7A7A. Windows color (decimal): -10446058 or 1481568. OLE color: 1481568.
HSL color Cylindrical-coordinate representation of color #609B16: hue angle of 86.62º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #609B16 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 155 | 22 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.39 |
| HSL | 86.62º | 0.75% | 0.35% | - |
| HSV(B) | 86.62º | 0.86% | 0.61% | - |
| XYZ | 16.69 | 25.99 | 4.9 | - |
| YUV | 122.2 | 71.45 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 22 | 0.38 | 0 | 0.86 | 0.39 | 86.62 | 0.75 | 0.35 |
| Hex | 60 | 9B | 16 | 26 | 0 | 56 | 27 | 57 | 4B | 23 |
| Octal | 140 | 233 | 26 | 46 | 0 | 126 | 47 | 127 | 113 | 43 |
| Binary | 1100000 | 10011011 | 10110 | 100110 | 0 | 1010110 | 100111 | 1010111 | 1001011 | 100011 |
Color Harmonies of #609B16
Complementary color
Monochromatic Colors of #609B16
Black with #609B16
Text Example
Text Example
White with #609B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609B16; }
p { color: rgb(96,155,22); }
H1.HeaderClassName
{
color: #609B16;
}
.AnyTagClassName
{
color: #609B16;
}
</style>
background-color css
<style>
a { background-color: #609B16; }
a { background-color: rgb(96,155,22); }
div.DivClassName
{
background-color: #609B16;
}
.BgClassName
{
background-color: #609B16;
}
</style>
border-color css
<style>
span { border-color: #609B16; }
span { border-color: rgb(96,155,22); }
td.TdClassName
{
border-color: #609B16;
}
.TagClassName
{
border-color: #609B16;
}
</style>