Shades of Limeade #6AA137
Tints of Limeade #6AA137
RGB
CMYK
RGB Variations
Color information
#6AA137 (or 0x6AA137) is known color: Limeade. HEX triplet: 6A, A1 and 37. RGB value is (106,161,55). Sum of RGB (Red+Green+Blue) = 106+161+55=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA137 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA137 is #955EC8. Grayscale: #848484. Windows color (decimal): -9789129 or 3645802. OLE color: 3645802.
HSL color Cylindrical-coordinate representation of color #6AA137: hue angle of 91.13º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6AA137 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 161 | 55 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.37 |
| HSL | 91.13º | 0.49% | 0.42% | - |
| HSV(B) | 91.13º | 0.66% | 0.63% | - |
| XYZ | 19.38 | 28.83 | 8.16 | - |
| YUV | 132.47 | 84.28 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 161 | 55 | 0.34 | 0 | 0.66 | 0.37 | 91.13 | 0.49 | 0.42 |
| Hex | 6A | A1 | 37 | 22 | 0 | 42 | 25 | 5B | 31 | 2A |
| Octal | 152 | 241 | 67 | 42 | 0 | 102 | 45 | 133 | 61 | 52 |
| Binary | 1101010 | 10100001 | 110111 | 100010 | 0 | 1000010 | 100101 | 1011011 | 110001 | 101010 |
Color Harmonies of #6AA137
Complementary color
Monochromatic Colors of #6AA137
Black with #6AA137
Text Example
Text Example
White with #6AA137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA137; }
p { color: rgb(106,161,55); }
H1.HeaderClassName
{
color: #6AA137;
}
.AnyTagClassName
{
color: #6AA137;
}
</style>
background-color css
<style>
a { background-color: #6AA137; }
a { background-color: rgb(106,161,55); }
div.DivClassName
{
background-color: #6AA137;
}
.BgClassName
{
background-color: #6AA137;
}
</style>
border-color css
<style>
span { border-color: #6AA137; }
span { border-color: rgb(106,161,55); }
td.TdClassName
{
border-color: #6AA137;
}
.TagClassName
{
border-color: #6AA137;
}
</style>