Shades of Feijoa #A6E084
Tints of Feijoa #A6E084
RGB
CMYK
RGB Variations
Color information
#A6E084 (or 0xA6E084) is known color: Feijoa. HEX triplet: A6, E0 and 84. RGB value is (166,224,132). Sum of RGB (Red+Green+Blue) = 166+224+132=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E084 is #591F7B. Grayscale: #C4C4C4. Windows color (decimal): -5840764 or 8708262. OLE color: 8708262.
HSL color Cylindrical-coordinate representation of color #A6E084: hue angle of 97.83º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6E084 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 132 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.12 |
| HSL | 97.83º | 0.6% | 0.7% | - |
| HSV(B) | 97.83º | 0.41% | 0.88% | - |
| XYZ | 46.55 | 63.08 | 31.55 | - |
| YUV | 196.17 | 91.78 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 132 | 0.26 | 0 | 0.41 | 0.12 | 97.83 | 0.6 | 0.7 |
| Hex | A6 | E0 | 84 | 1A | 0 | 29 | C | 62 | 3C | 46 |
| Octal | 246 | 340 | 204 | 32 | 0 | 51 | 14 | 142 | 74 | 106 |
| Binary | 10100110 | 11100000 | 10000100 | 11010 | 0 | 101001 | 1100 | 1100010 | 111100 | 1000110 |
Color Harmonies of #A6E084
Complementary color
Monochromatic Colors of #A6E084
Black with #A6E084
Text Example
Text Example
White with #A6E084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E084; }
p { color: rgb(166,224,132); }
H1.HeaderClassName
{
color: #A6E084;
}
.AnyTagClassName
{
color: #A6E084;
}
</style>
background-color css
<style>
a { background-color: #A6E084; }
a { background-color: rgb(166,224,132); }
div.DivClassName
{
background-color: #A6E084;
}
.BgClassName
{
background-color: #A6E084;
}
</style>
border-color css
<style>
span { border-color: #A6E084; }
span { border-color: rgb(166,224,132); }
td.TdClassName
{
border-color: #A6E084;
}
.TagClassName
{
border-color: #A6E084;
}
</style>