Shades of Feijoa #A6E980
Tints of Feijoa #A6E980
RGB
CMYK
RGB Variations
Color information
#A6E980 (or 0xA6E980) is known color: Feijoa. HEX triplet: A6, E9 and 80. RGB value is (166,233,128). Sum of RGB (Red+Green+Blue) = 166+233+128=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6E980 is #59167F. Grayscale: #C9C9C9. Windows color (decimal): -5838464 or 8448422. OLE color: 8448422.
HSL color Cylindrical-coordinate representation of color #A6E980: hue angle of 98.29º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6E980 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 233 | 128 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.09 |
| HSL | 98.29º | 0.7% | 0.71% | - |
| HSV(B) | 98.29º | 0.45% | 0.91% | - |
| XYZ | 48.76 | 67.94 | 30.97 | - |
| YUV | 201 | 86.8 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 128 | 0.29 | 0 | 0.45 | 0.09 | 98.29 | 0.7 | 0.71 |
| Hex | A6 | E9 | 80 | 1D | 0 | 2D | 9 | 62 | 46 | 47 |
| Octal | 246 | 351 | 200 | 35 | 0 | 55 | 11 | 142 | 106 | 107 |
| Binary | 10100110 | 11101001 | 10000000 | 11101 | 0 | 101101 | 1001 | 1100010 | 1000110 | 1000111 |
Color Harmonies of #A6E980
Complementary color
Monochromatic Colors of #A6E980
Black with #A6E980
Text Example
Text Example
White with #A6E980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E980; }
p { color: rgb(166,233,128); }
H1.HeaderClassName
{
color: #A6E980;
}
.AnyTagClassName
{
color: #A6E980;
}
</style>
background-color css
<style>
a { background-color: #A6E980; }
a { background-color: rgb(166,233,128); }
div.DivClassName
{
background-color: #A6E980;
}
.BgClassName
{
background-color: #A6E980;
}
</style>
border-color css
<style>
span { border-color: #A6E980; }
span { border-color: rgb(166,233,128); }
td.TdClassName
{
border-color: #A6E980;
}
.TagClassName
{
border-color: #A6E980;
}
</style>