Shades of Limeade #609B1C
Tints of Limeade #609B1C
RGB
CMYK
RGB Variations
Color information
#609B1C (or 0x609B1C) is known color: Limeade. HEX triplet: 60, 9B and 1C. RGB value is (96,155,28). Sum of RGB (Red+Green+Blue) = 96+155+28=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 155 (60.94% from 255 or 55.56% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 155 - color contains mainly: green. Hex color #609B1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609B1C is #9F64E3. Grayscale: #7B7B7B. Windows color (decimal): -10446052 or 1874784. OLE color: 1874784.
HSL color Cylindrical-coordinate representation of color #609B1C: hue angle of 87.87º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #609B1C is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 155 | 28 | - |
| CMYK | 0.38 | 0 | 0.82 | 0.39 |
| HSL | 87.87º | 0.69% | 0.36% | - |
| HSV(B) | 87.87º | 0.82% | 0.61% | - |
| XYZ | 16.75 | 26.01 | 5.24 | - |
| YUV | 122.88 | 74.45 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 28 | 0.38 | 0 | 0.82 | 0.39 | 87.87 | 0.69 | 0.36 |
| Hex | 60 | 9B | 1C | 26 | 0 | 52 | 27 | 58 | 45 | 24 |
| Octal | 140 | 233 | 34 | 46 | 0 | 122 | 47 | 130 | 105 | 44 |
| Binary | 1100000 | 10011011 | 11100 | 100110 | 0 | 1010010 | 100111 | 1011000 | 1000101 | 100100 |
Color Harmonies of #609B1C
Complementary color
Monochromatic Colors of #609B1C
Black with #609B1C
Text Example
Text Example
White with #609B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609B1C; }
p { color: rgb(96,155,28); }
H1.HeaderClassName
{
color: #609B1C;
}
.AnyTagClassName
{
color: #609B1C;
}
</style>
background-color css
<style>
a { background-color: #609B1C; }
a { background-color: rgb(96,155,28); }
div.DivClassName
{
background-color: #609B1C;
}
.BgClassName
{
background-color: #609B1C;
}
</style>
border-color css
<style>
span { border-color: #609B1C; }
span { border-color: rgb(96,155,28); }
td.TdClassName
{
border-color: #609B1C;
}
.TagClassName
{
border-color: #609B1C;
}
</style>