Shades of Limeade #6AA036
Tints of Limeade #6AA036
RGB
CMYK
RGB Variations
Color information
#6AA036 (or 0x6AA036) is known color: Limeade. HEX triplet: 6A, A0 and 36. RGB value is (106,160,54). Sum of RGB (Red+Green+Blue) = 106+160+54=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 160 (62.89% from 255 or 50% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA036 is #955FC9. Grayscale: #848484. Windows color (decimal): -9789386 or 3580010. OLE color: 3580010.
HSL color Cylindrical-coordinate representation of color #6AA036: hue angle of 90.57º degrees, saturation: 0.5, 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 #6AA036 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 160 | 54 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.37 |
| HSL | 90.57º | 0.5% | 0.42% | - |
| HSV(B) | 90.57º | 0.66% | 0.63% | - |
| XYZ | 19.18 | 28.47 | 7.97 | - |
| YUV | 131.77 | 84.11 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 160 | 54 | 0.34 | 0 | 0.66 | 0.37 | 90.57 | 0.5 | 0.42 |
| Hex | 6A | A0 | 36 | 22 | 0 | 42 | 25 | 5B | 32 | 2A |
| Octal | 152 | 240 | 66 | 42 | 0 | 102 | 45 | 133 | 62 | 52 |
| Binary | 1101010 | 10100000 | 110110 | 100010 | 0 | 1000010 | 100101 | 1011011 | 110010 | 101010 |
Color Harmonies of #6AA036
Complementary color
Monochromatic Colors of #6AA036
Black with #6AA036
Text Example
Text Example
White with #6AA036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA036; }
p { color: rgb(106,160,54); }
H1.HeaderClassName
{
color: #6AA036;
}
.AnyTagClassName
{
color: #6AA036;
}
</style>
background-color css
<style>
a { background-color: #6AA036; }
a { background-color: rgb(106,160,54); }
div.DivClassName
{
background-color: #6AA036;
}
.BgClassName
{
background-color: #6AA036;
}
</style>
border-color css
<style>
span { border-color: #6AA036; }
span { border-color: rgb(106,160,54); }
td.TdClassName
{
border-color: #6AA036;
}
.TagClassName
{
border-color: #6AA036;
}
</style>