Shades of Limeade #6A9B2C
Tints of Limeade #6A9B2C
RGB
CMYK
RGB Variations
Color information
#6A9B2C (or 0x6A9B2C) is known color: Limeade. HEX triplet: 6A, 9B and 2C. RGB value is (106,155,44). Sum of RGB (Red+Green+Blue) = 106+155+44=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #6A9B2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9B2C is #9564D3. Grayscale: #808080. Windows color (decimal): -9790676 or 2923370. OLE color: 2923370.
HSL color Cylindrical-coordinate representation of color #6A9B2C: hue angle of 86.49º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A9B2C is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 106 | 155 | 44 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.39 |
| HSL | 86.49º | 0.56% | 0.39% | - |
| HSV(B) | 86.49º | 0.72% | 0.61% | - |
| XYZ | 18.12 | 26.69 | 6.58 | - |
| YUV | 127.7 | 80.77 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 155 | 44 | 0.32 | 0 | 0.72 | 0.39 | 86.49 | 0.56 | 0.39 |
| Hex | 6A | 9B | 2C | 20 | 0 | 48 | 27 | 56 | 38 | 27 |
| Octal | 152 | 233 | 54 | 40 | 0 | 110 | 47 | 126 | 70 | 47 |
| Binary | 1101010 | 10011011 | 101100 | 100000 | 0 | 1001000 | 100111 | 1010110 | 111000 | 100111 |
Color Harmonies of #6A9B2C
Complementary color
Monochromatic Colors of #6A9B2C
Black with #6A9B2C
Text Example
Text Example
White with #6A9B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9B2C; }
p { color: rgb(106,155,44); }
H1.HeaderClassName
{
color: #6A9B2C;
}
.AnyTagClassName
{
color: #6A9B2C;
}
</style>
background-color css
<style>
a { background-color: #6A9B2C; }
a { background-color: rgb(106,155,44); }
div.DivClassName
{
background-color: #6A9B2C;
}
.BgClassName
{
background-color: #6A9B2C;
}
</style>
border-color css
<style>
span { border-color: #6A9B2C; }
span { border-color: rgb(106,155,44); }
td.TdClassName
{
border-color: #6A9B2C;
}
.TagClassName
{
border-color: #6A9B2C;
}
</style>