Shades of Limeade #609A0F
Tints of Limeade #609A0F
RGB
CMYK
RGB Variations
Color information
#609A0F (or 0x609A0F) is known color: Limeade. HEX triplet: 60, 9A and 0F. RGB value is (96,154,15). Sum of RGB (Red+Green+Blue) = 96+154+15=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 154 (60.55% from 255 or 58.11% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 154 - color contains mainly: green. Hex color #609A0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609A0F is #9F65F0. Grayscale: #797979. Windows color (decimal): -10446321 or 1022560. OLE color: 1022560.
HSL color Cylindrical-coordinate representation of color #609A0F: hue angle of 85.04º degrees, saturation: 0.82, 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 #609A0F is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 154 | 15 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.40 |
| HSL | 85.04º | 0.82% | 0.33% | - |
| HSV(B) | 85.04º | 0.9% | 0.6% | - |
| XYZ | 16.47 | 25.63 | 4.53 | - |
| YUV | 120.81 | 68.28 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 154 | 15 | 0.38 | 0 | 0.90 | 0.40 | 85.04 | 0.82 | 0.33 |
| Hex | 60 | 9A | F | 26 | 0 | 5A | 28 | 55 | 52 | 21 |
| Octal | 140 | 232 | 17 | 46 | 0 | 132 | 50 | 125 | 122 | 41 |
| Binary | 1100000 | 10011010 | 1111 | 100110 | 0 | 1011010 | 101000 | 1010101 | 1010010 | 100001 |
Color Harmonies of #609A0F
Complementary color
Monochromatic Colors of #609A0F
Black with #609A0F
Text Example
Text Example
White with #609A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609A0F; }
p { color: rgb(96,154,15); }
H1.HeaderClassName
{
color: #609A0F;
}
.AnyTagClassName
{
color: #609A0F;
}
</style>
background-color css
<style>
a { background-color: #609A0F; }
a { background-color: rgb(96,154,15); }
div.DivClassName
{
background-color: #609A0F;
}
.BgClassName
{
background-color: #609A0F;
}
</style>
border-color css
<style>
span { border-color: #609A0F; }
span { border-color: rgb(96,154,15); }
td.TdClassName
{
border-color: #609A0F;
}
.TagClassName
{
border-color: #609A0F;
}
</style>