Shades of Limeade #609C1F
Tints of Limeade #609C1F
RGB
CMYK
RGB Variations
Color information
#609C1F (or 0x609C1F) is known color: Limeade. HEX triplet: 60, 9C and 1F. RGB value is (96,156,31). Sum of RGB (Red+Green+Blue) = 96+156+31=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #609C1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609C1F is #9F63E0. Grayscale: #7C7C7C. Windows color (decimal): -10445793 or 2071648. OLE color: 2071648.
HSL color Cylindrical-coordinate representation of color #609C1F: hue angle of 88.8º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #609C1F is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 156 | 31 | - |
| CMYK | 0.38 | 0 | 0.80 | 0.39 |
| HSL | 88.8º | 0.67% | 0.37% | - |
| HSV(B) | 88.8º | 0.8% | 0.61% | - |
| XYZ | 16.96 | 26.36 | 5.49 | - |
| YUV | 123.81 | 75.62 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 156 | 31 | 0.38 | 0 | 0.80 | 0.39 | 88.8 | 0.67 | 0.37 |
| Hex | 60 | 9C | 1F | 26 | 0 | 50 | 27 | 59 | 43 | 25 |
| Octal | 140 | 234 | 37 | 46 | 0 | 120 | 47 | 131 | 103 | 45 |
| Binary | 1100000 | 10011100 | 11111 | 100110 | 0 | 1010000 | 100111 | 1011001 | 1000011 | 100101 |
Color Harmonies of #609C1F
Complementary color
Monochromatic Colors of #609C1F
Black with #609C1F
Text Example
Text Example
White with #609C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609C1F; }
p { color: rgb(96,156,31); }
H1.HeaderClassName
{
color: #609C1F;
}
.AnyTagClassName
{
color: #609C1F;
}
</style>
background-color css
<style>
a { background-color: #609C1F; }
a { background-color: rgb(96,156,31); }
div.DivClassName
{
background-color: #609C1F;
}
.BgClassName
{
background-color: #609C1F;
}
</style>
border-color css
<style>
span { border-color: #609C1F; }
span { border-color: rgb(96,156,31); }
td.TdClassName
{
border-color: #609C1F;
}
.TagClassName
{
border-color: #609C1F;
}
</style>