Shades of Limeade #6AA42C
Tints of Limeade #6AA42C
RGB
CMYK
RGB Variations
Color information
#6AA42C (or 0x6AA42C) is known color: Limeade. HEX triplet: 6A, A4 and 2C. RGB value is (106,164,44). Sum of RGB (Red+Green+Blue) = 106+164+44=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 164 (64.45% from 255 or 52.23% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA42C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA42C is #955BD3. Grayscale: #858585. Windows color (decimal): -9788372 or 2925674. OLE color: 2925674.
HSL color Cylindrical-coordinate representation of color #6AA42C: hue angle of 89º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6AA42C is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 164 | 44 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.36 |
| HSL | 89º | 0.58% | 0.41% | - |
| HSV(B) | 89º | 0.73% | 0.64% | - |
| XYZ | 19.67 | 29.8 | 7.1 | - |
| YUV | 132.98 | 77.78 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 164 | 44 | 0.35 | 0 | 0.73 | 0.36 | 89 | 0.58 | 0.41 |
| Hex | 6A | A4 | 2C | 23 | 0 | 49 | 24 | 59 | 3A | 29 |
| Octal | 152 | 244 | 54 | 43 | 0 | 111 | 44 | 131 | 72 | 51 |
| Binary | 1101010 | 10100100 | 101100 | 100011 | 0 | 1001001 | 100100 | 1011001 | 111010 | 101001 |
Color Harmonies of #6AA42C
Complementary color
Monochromatic Colors of #6AA42C
Black with #6AA42C
Text Example
Text Example
White with #6AA42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA42C; }
p { color: rgb(106,164,44); }
H1.HeaderClassName
{
color: #6AA42C;
}
.AnyTagClassName
{
color: #6AA42C;
}
</style>
background-color css
<style>
a { background-color: #6AA42C; }
a { background-color: rgb(106,164,44); }
div.DivClassName
{
background-color: #6AA42C;
}
.BgClassName
{
background-color: #6AA42C;
}
</style>
border-color css
<style>
span { border-color: #6AA42C; }
span { border-color: rgb(106,164,44); }
td.TdClassName
{
border-color: #6AA42C;
}
.TagClassName
{
border-color: #6AA42C;
}
</style>