Shades of Limeade #6A9936
Tints of Limeade #6A9936
RGB
CMYK
RGB Variations
Color information
#6A9936 (or 0x6A9936) is known color: Limeade. HEX triplet: 6A, 99 and 36. RGB value is (106,153,54). Sum of RGB (Red+Green+Blue) = 106+153+54=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #6A9936 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9936 is #9566C9. Grayscale: #808080. Windows color (decimal): -9791178 or 3578218. OLE color: 3578218.
HSL color Cylindrical-coordinate representation of color #6A9936: hue angle of 88.48º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A9936 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 106 | 153 | 54 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.4 |
| HSL | 88.48º | 0.48% | 0.41% | - |
| HSV(B) | 88.48º | 0.65% | 0.6% | - |
| XYZ | 18 | 26.11 | 7.58 | - |
| YUV | 127.66 | 86.43 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 153 | 54 | 0.31 | 0 | 0.65 | 0.4 | 88.48 | 0.48 | 0.41 |
| Hex | 6A | 99 | 36 | 1F | 0 | 41 | 28 | 58 | 30 | 29 |
| Octal | 152 | 231 | 66 | 37 | 0 | 101 | 50 | 130 | 60 | 51 |
| Binary | 1101010 | 10011001 | 110110 | 11111 | 0 | 1000001 | 101000 | 1011000 | 110000 | 101001 |
Color Harmonies of #6A9936
Complementary color
Monochromatic Colors of #6A9936
Black with #6A9936
Text Example
Text Example
White with #6A9936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9936; }
p { color: rgb(106,153,54); }
H1.HeaderClassName
{
color: #6A9936;
}
.AnyTagClassName
{
color: #6A9936;
}
</style>
background-color css
<style>
a { background-color: #6A9936; }
a { background-color: rgb(106,153,54); }
div.DivClassName
{
background-color: #6A9936;
}
.BgClassName
{
background-color: #6A9936;
}
</style>
border-color css
<style>
span { border-color: #6A9936; }
span { border-color: rgb(106,153,54); }
td.TdClassName
{
border-color: #6A9936;
}
.TagClassName
{
border-color: #6A9936;
}
</style>