Shades of Feijoa #A6EC82
Tints of Feijoa #A6EC82
RGB
CMYK
RGB Variations
Color information
#A6EC82 (or 0xA6EC82) is known color: Feijoa. HEX triplet: A6, EC and 82. RGB value is (166,236,130). Sum of RGB (Red+Green+Blue) = 166+236+130=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EC82 is #59137D. Grayscale: #CBCBCB. Windows color (decimal): -5837694 or 8580262. OLE color: 8580262.
HSL color Cylindrical-coordinate representation of color #A6EC82: hue angle of 99.62º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6EC82 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 130 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.07 |
| HSL | 99.62º | 0.74% | 0.72% | - |
| HSV(B) | 99.62º | 0.45% | 0.93% | - |
| XYZ | 49.75 | 69.71 | 31.95 | - |
| YUV | 202.99 | 86.81 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 130 | 0.30 | 0 | 0.45 | 0.07 | 99.62 | 0.74 | 0.72 |
| Hex | A6 | EC | 82 | 1E | 0 | 2D | 7 | 64 | 4A | 48 |
| Octal | 246 | 354 | 202 | 36 | 0 | 55 | 7 | 144 | 112 | 110 |
| Binary | 10100110 | 11101100 | 10000010 | 11110 | 0 | 101101 | 111 | 1100100 | 1001010 | 1001000 |
Color Harmonies of #A6EC82
Complementary color
Monochromatic Colors of #A6EC82
Black with #A6EC82
Text Example
Text Example
White with #A6EC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EC82; }
p { color: rgb(166,236,130); }
H1.HeaderClassName
{
color: #A6EC82;
}
.AnyTagClassName
{
color: #A6EC82;
}
</style>
background-color css
<style>
a { background-color: #A6EC82; }
a { background-color: rgb(166,236,130); }
div.DivClassName
{
background-color: #A6EC82;
}
.BgClassName
{
background-color: #A6EC82;
}
</style>
border-color css
<style>
span { border-color: #A6EC82; }
span { border-color: rgb(166,236,130); }
td.TdClassName
{
border-color: #A6EC82;
}
.TagClassName
{
border-color: #A6EC82;
}
</style>