Shades of Feijoa #A6E982
Tints of Feijoa #A6E982
RGB
CMYK
RGB Variations
Color information
#A6E982 (or 0xA6E982) is known color: Feijoa. HEX triplet: A6, E9 and 82. RGB value is (166,233,130). Sum of RGB (Red+Green+Blue) = 166+233+130=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6E982 is #59167D. Grayscale: #C9C9C9. Windows color (decimal): -5838462 or 8579494. OLE color: 8579494.
HSL color Cylindrical-coordinate representation of color #A6E982: hue angle of 99.03º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6E982 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 233 | 130 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.09 |
| HSL | 99.03º | 0.7% | 0.71% | - |
| HSV(B) | 99.03º | 0.44% | 0.91% | - |
| XYZ | 48.89 | 68 | 31.67 | - |
| YUV | 201.23 | 87.8 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 130 | 0.29 | 0 | 0.44 | 0.09 | 99.03 | 0.7 | 0.71 |
| Hex | A6 | E9 | 82 | 1D | 0 | 2C | 9 | 63 | 46 | 47 |
| Octal | 246 | 351 | 202 | 35 | 0 | 54 | 11 | 143 | 106 | 107 |
| Binary | 10100110 | 11101001 | 10000010 | 11101 | 0 | 101100 | 1001 | 1100011 | 1000110 | 1000111 |
Color Harmonies of #A6E982
Complementary color
Monochromatic Colors of #A6E982
Black with #A6E982
Text Example
Text Example
White with #A6E982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E982; }
p { color: rgb(166,233,130); }
H1.HeaderClassName
{
color: #A6E982;
}
.AnyTagClassName
{
color: #A6E982;
}
</style>
background-color css
<style>
a { background-color: #A6E982; }
a { background-color: rgb(166,233,130); }
div.DivClassName
{
background-color: #A6E982;
}
.BgClassName
{
background-color: #A6E982;
}
</style>
border-color css
<style>
span { border-color: #A6E982; }
span { border-color: rgb(166,233,130); }
td.TdClassName
{
border-color: #A6E982;
}
.TagClassName
{
border-color: #A6E982;
}
</style>