Shades of Limeade #6BA03A
Tints of Limeade #6BA03A
RGB
CMYK
RGB Variations
Color information
#6BA03A (or 0x6BA03A) is known color: Limeade. HEX triplet: 6B, A0 and 3A. RGB value is (107,160,58). Sum of RGB (Red+Green+Blue) = 107+160+58=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA03A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA03A is #945FC5. Grayscale: #848484. Windows color (decimal): -9723846 or 3842155. OLE color: 3842155.
HSL color Cylindrical-coordinate representation of color #6BA03A: hue angle of 91.18º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6BA03A is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 58 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.37 |
| HSL | 91.18º | 0.47% | 0.43% | - |
| HSV(B) | 91.18º | 0.64% | 0.63% | - |
| XYZ | 19.4 | 28.57 | 8.5 | - |
| YUV | 132.53 | 85.94 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 58 | 0.33 | 0 | 0.64 | 0.37 | 91.18 | 0.47 | 0.43 |
| Hex | 6B | A0 | 3A | 21 | 0 | 40 | 25 | 5B | 2F | 2B |
| Octal | 153 | 240 | 72 | 41 | 0 | 100 | 45 | 133 | 57 | 53 |
| Binary | 1101011 | 10100000 | 111010 | 100001 | 0 | 1000000 | 100101 | 1011011 | 101111 | 101011 |
Color Harmonies of #6BA03A
Complementary color
Monochromatic Colors of #6BA03A
Black with #6BA03A
Text Example
Text Example
White with #6BA03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA03A; }
p { color: rgb(107,160,58); }
H1.HeaderClassName
{
color: #6BA03A;
}
.AnyTagClassName
{
color: #6BA03A;
}
</style>
background-color css
<style>
a { background-color: #6BA03A; }
a { background-color: rgb(107,160,58); }
div.DivClassName
{
background-color: #6BA03A;
}
.BgClassName
{
background-color: #6BA03A;
}
</style>
border-color css
<style>
span { border-color: #6BA03A; }
span { border-color: rgb(107,160,58); }
td.TdClassName
{
border-color: #6BA03A;
}
.TagClassName
{
border-color: #6BA03A;
}
</style>