Shades of Feijoa #A6E082
Tints of Feijoa #A6E082
RGB
CMYK
RGB Variations
Color information
#A6E082 (or 0xA6E082) is known color: Feijoa. HEX triplet: A6, E0 and 82. RGB value is (166,224,130). Sum of RGB (Red+Green+Blue) = 166+224+130=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E082 is #591F7D. Grayscale: #C4C4C4. Windows color (decimal): -5840766 or 8577190. OLE color: 8577190.
HSL color Cylindrical-coordinate representation of color #A6E082: hue angle of 97.02º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6E082 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 130 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.12 |
| HSL | 97.02º | 0.6% | 0.69% | - |
| HSV(B) | 97.02º | 0.42% | 0.88% | - |
| XYZ | 46.41 | 63.03 | 30.84 | - |
| YUV | 195.94 | 90.78 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 130 | 0.26 | 0 | 0.42 | 0.12 | 97.02 | 0.6 | 0.69 |
| Hex | A6 | E0 | 82 | 1A | 0 | 2A | C | 61 | 3C | 45 |
| Octal | 246 | 340 | 202 | 32 | 0 | 52 | 14 | 141 | 74 | 105 |
| Binary | 10100110 | 11100000 | 10000010 | 11010 | 0 | 101010 | 1100 | 1100001 | 111100 | 1000101 |
Color Harmonies of #A6E082
Complementary color
Monochromatic Colors of #A6E082
Black with #A6E082
Text Example
Text Example
White with #A6E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E082; }
p { color: rgb(166,224,130); }
H1.HeaderClassName
{
color: #A6E082;
}
.AnyTagClassName
{
color: #A6E082;
}
</style>
background-color css
<style>
a { background-color: #A6E082; }
a { background-color: rgb(166,224,130); }
div.DivClassName
{
background-color: #A6E082;
}
.BgClassName
{
background-color: #A6E082;
}
</style>
border-color css
<style>
span { border-color: #A6E082; }
span { border-color: rgb(166,224,130); }
td.TdClassName
{
border-color: #A6E082;
}
.TagClassName
{
border-color: #A6E082;
}
</style>