Shades of Limeade #6A9F39
Tints of Limeade #6A9F39
RGB
CMYK
RGB Variations
Color information
#6A9F39 (or 0x6A9F39) is known color: Limeade. HEX triplet: 6A, 9F and 39. RGB value is (106,159,57). Sum of RGB (Red+Green+Blue) = 106+159+57=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 159 (62.5% from 255 or 49.38% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 159 - color contains mainly: green. Hex color #6A9F39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9F39 is #9560C6. Grayscale: #838383. Windows color (decimal): -9789639 or 3776362. OLE color: 3776362.
HSL color Cylindrical-coordinate representation of color #6A9F39: hue angle of 91.18º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A9F39 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 159 | 57 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.38 |
| HSL | 91.18º | 0.47% | 0.42% | - |
| HSV(B) | 91.18º | 0.64% | 0.62% | - |
| XYZ | 19.08 | 28.16 | 8.3 | - |
| YUV | 131.53 | 85.94 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 159 | 57 | 0.33 | 0 | 0.64 | 0.38 | 91.18 | 0.47 | 0.42 |
| Hex | 6A | 9F | 39 | 21 | 0 | 40 | 26 | 5B | 2F | 2A |
| Octal | 152 | 237 | 71 | 41 | 0 | 100 | 46 | 133 | 57 | 52 |
| Binary | 1101010 | 10011111 | 111001 | 100001 | 0 | 1000000 | 100110 | 1011011 | 101111 | 101010 |
Color Harmonies of #6A9F39
Complementary color
Monochromatic Colors of #6A9F39
Black with #6A9F39
Text Example
Text Example
White with #6A9F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9F39; }
p { color: rgb(106,159,57); }
H1.HeaderClassName
{
color: #6A9F39;
}
.AnyTagClassName
{
color: #6A9F39;
}
</style>
background-color css
<style>
a { background-color: #6A9F39; }
a { background-color: rgb(106,159,57); }
div.DivClassName
{
background-color: #6A9F39;
}
.BgClassName
{
background-color: #6A9F39;
}
</style>
border-color css
<style>
span { border-color: #6A9F39; }
span { border-color: rgb(106,159,57); }
td.TdClassName
{
border-color: #6A9F39;
}
.TagClassName
{
border-color: #6A9F39;
}
</style>