Shades of Feijoa #A6E983
Tints of Feijoa #A6E983
RGB
CMYK
RGB Variations
Color information
#A6E983 (or 0xA6E983) is known color: Feijoa. HEX triplet: A6, E9 and 83. RGB value is (166,233,131). Sum of RGB (Red+Green+Blue) = 166+233+131=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E983 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6E983 is #59167C. Grayscale: #C9C9C9. Windows color (decimal): -5838461 or 8645030. OLE color: 8645030.
HSL color Cylindrical-coordinate representation of color #A6E983: hue angle of 99.41º 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 #A6E983 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 233 | 131 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.09 |
| HSL | 99.41º | 0.7% | 0.71% | - |
| HSV(B) | 99.41º | 0.44% | 0.91% | - |
| XYZ | 48.96 | 68.02 | 32.02 | - |
| YUV | 201.34 | 88.3 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 131 | 0.29 | 0 | 0.44 | 0.09 | 99.41 | 0.7 | 0.71 |
| Hex | A6 | E9 | 83 | 1D | 0 | 2C | 9 | 63 | 46 | 47 |
| Octal | 246 | 351 | 203 | 35 | 0 | 54 | 11 | 143 | 106 | 107 |
| Binary | 10100110 | 11101001 | 10000011 | 11101 | 0 | 101100 | 1001 | 1100011 | 1000110 | 1000111 |
Color Harmonies of #A6E983
Complementary color
Monochromatic Colors of #A6E983
Black with #A6E983
Text Example
Text Example
White with #A6E983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E983; }
p { color: rgb(166,233,131); }
H1.HeaderClassName
{
color: #A6E983;
}
.AnyTagClassName
{
color: #A6E983;
}
</style>
background-color css
<style>
a { background-color: #A6E983; }
a { background-color: rgb(166,233,131); }
div.DivClassName
{
background-color: #A6E983;
}
.BgClassName
{
background-color: #A6E983;
}
</style>
border-color css
<style>
span { border-color: #A6E983; }
span { border-color: rgb(166,233,131); }
td.TdClassName
{
border-color: #A6E983;
}
.TagClassName
{
border-color: #A6E983;
}
</style>