Shades of Limeade #6A9C38
Tints of Limeade #6A9C38
RGB
CMYK
RGB Variations
Color information
#6A9C38 (or 0x6A9C38) is known color: Limeade. HEX triplet: 6A, 9C and 38. RGB value is (106,156,56). Sum of RGB (Red+Green+Blue) = 106+156+56=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #6A9C38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9C38 is #9563C7. Grayscale: #828282. Windows color (decimal): -9790408 or 3710058. OLE color: 3710058.
HSL color Cylindrical-coordinate representation of color #6A9C38: hue angle of 90º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A9C38 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 106 | 156 | 56 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.39 |
| HSL | 90º | 0.47% | 0.42% | - |
| HSV(B) | 90º | 0.64% | 0.61% | - |
| XYZ | 18.55 | 27.13 | 8 | - |
| YUV | 129.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 156 | 56 | 0.32 | 0 | 0.64 | 0.39 | 90 | 0.47 | 0.42 |
| Hex | 6A | 9C | 38 | 20 | 0 | 40 | 27 | 5A | 2F | 2A |
| Octal | 152 | 234 | 70 | 40 | 0 | 100 | 47 | 132 | 57 | 52 |
| Binary | 1101010 | 10011100 | 111000 | 100000 | 0 | 1000000 | 100111 | 1011010 | 101111 | 101010 |
Color Harmonies of #6A9C38
Complementary color
Monochromatic Colors of #6A9C38
Black with #6A9C38
Text Example
Text Example
White with #6A9C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9C38; }
p { color: rgb(106,156,56); }
H1.HeaderClassName
{
color: #6A9C38;
}
.AnyTagClassName
{
color: #6A9C38;
}
</style>
background-color css
<style>
a { background-color: #6A9C38; }
a { background-color: rgb(106,156,56); }
div.DivClassName
{
background-color: #6A9C38;
}
.BgClassName
{
background-color: #6A9C38;
}
</style>
border-color css
<style>
span { border-color: #6A9C38; }
span { border-color: rgb(106,156,56); }
td.TdClassName
{
border-color: #6A9C38;
}
.TagClassName
{
border-color: #6A9C38;
}
</style>