Shades of Limeade #6A9D38
Tints of Limeade #6A9D38
RGB
CMYK
RGB Variations
Color information
#6A9D38 (or 0x6A9D38) is known color: Limeade. HEX triplet: 6A, 9D and 38. RGB value is (106,157,56). Sum of RGB (Red+Green+Blue) = 106+157+56=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #6A9D38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9D38 is #9562C7. Grayscale: #828282. Windows color (decimal): -9790152 or 3710314. OLE color: 3710314.
HSL color Cylindrical-coordinate representation of color #6A9D38: hue angle of 90.3º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A9D38 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 157 | 56 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.38 |
| HSL | 90.3º | 0.47% | 0.42% | - |
| HSV(B) | 90.3º | 0.64% | 0.62% | - |
| XYZ | 18.71 | 27.46 | 8.06 | - |
| YUV | 130.24 | 86.1 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 157 | 56 | 0.32 | 0 | 0.64 | 0.38 | 90.3 | 0.47 | 0.42 |
| Hex | 6A | 9D | 38 | 20 | 0 | 40 | 26 | 5A | 2F | 2A |
| Octal | 152 | 235 | 70 | 40 | 0 | 100 | 46 | 132 | 57 | 52 |
| Binary | 1101010 | 10011101 | 111000 | 100000 | 0 | 1000000 | 100110 | 1011010 | 101111 | 101010 |
Color Harmonies of #6A9D38
Complementary color
Monochromatic Colors of #6A9D38
Black with #6A9D38
Text Example
Text Example
White with #6A9D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9D38; }
p { color: rgb(106,157,56); }
H1.HeaderClassName
{
color: #6A9D38;
}
.AnyTagClassName
{
color: #6A9D38;
}
</style>
background-color css
<style>
a { background-color: #6A9D38; }
a { background-color: rgb(106,157,56); }
div.DivClassName
{
background-color: #6A9D38;
}
.BgClassName
{
background-color: #6A9D38;
}
</style>
border-color css
<style>
span { border-color: #6A9D38; }
span { border-color: rgb(106,157,56); }
td.TdClassName
{
border-color: #6A9D38;
}
.TagClassName
{
border-color: #6A9D38;
}
</style>