Shades of Limeade #6A9938
Tints of Limeade #6A9938
RGB
CMYK
RGB Variations
Color information
#6A9938 (or 0x6A9938) is known color: Limeade. HEX triplet: 6A, 99 and 38. RGB value is (106,153,56). Sum of RGB (Red+Green+Blue) = 106+153+56=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #6A9938 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9938 is #9566C7. Grayscale: #808080. Windows color (decimal): -9791176 or 3709290. OLE color: 3709290.
HSL color Cylindrical-coordinate representation of color #6A9938: hue angle of 89.07º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A9938 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 106 | 153 | 56 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.4 |
| HSL | 89.07º | 0.46% | 0.41% | - |
| HSV(B) | 89.07º | 0.63% | 0.6% | - |
| XYZ | 18.05 | 26.13 | 7.83 | - |
| YUV | 127.89 | 87.43 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 153 | 56 | 0.31 | 0 | 0.63 | 0.4 | 89.07 | 0.46 | 0.41 |
| Hex | 6A | 99 | 38 | 1F | 0 | 3F | 28 | 59 | 2E | 29 |
| Octal | 152 | 231 | 70 | 37 | 0 | 77 | 50 | 131 | 56 | 51 |
| Binary | 1101010 | 10011001 | 111000 | 11111 | 0 | 111111 | 101000 | 1011001 | 101110 | 101001 |
Color Harmonies of #6A9938
Complementary color
Monochromatic Colors of #6A9938
Black with #6A9938
Text Example
Text Example
White with #6A9938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9938; }
p { color: rgb(106,153,56); }
H1.HeaderClassName
{
color: #6A9938;
}
.AnyTagClassName
{
color: #6A9938;
}
</style>
background-color css
<style>
a { background-color: #6A9938; }
a { background-color: rgb(106,153,56); }
div.DivClassName
{
background-color: #6A9938;
}
.BgClassName
{
background-color: #6A9938;
}
</style>
border-color css
<style>
span { border-color: #6A9938; }
span { border-color: rgb(106,153,56); }
td.TdClassName
{
border-color: #6A9938;
}
.TagClassName
{
border-color: #6A9938;
}
</style>