Shades of Feijoa #A6E083
Tints of Feijoa #A6E083
RGB
CMYK
RGB Variations
Color information
#A6E083 (or 0xA6E083) is known color: Feijoa. HEX triplet: A6, E0 and 83. RGB value is (166,224,131). Sum of RGB (Red+Green+Blue) = 166+224+131=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E083 is #591F7C. Grayscale: #C4C4C4. Windows color (decimal): -5840765 or 8642726. OLE color: 8642726.
HSL color Cylindrical-coordinate representation of color #A6E083: hue angle of 97.42º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6E083 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 131 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.12 |
| HSL | 97.42º | 0.6% | 0.7% | - |
| HSV(B) | 97.42º | 0.42% | 0.88% | - |
| XYZ | 46.48 | 63.06 | 31.19 | - |
| YUV | 196.06 | 91.28 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 131 | 0.26 | 0 | 0.42 | 0.12 | 97.42 | 0.6 | 0.7 |
| Hex | A6 | E0 | 83 | 1A | 0 | 2A | C | 61 | 3C | 46 |
| Octal | 246 | 340 | 203 | 32 | 0 | 52 | 14 | 141 | 74 | 106 |
| Binary | 10100110 | 11100000 | 10000011 | 11010 | 0 | 101010 | 1100 | 1100001 | 111100 | 1000110 |
Color Harmonies of #A6E083
Complementary color
Monochromatic Colors of #A6E083
Black with #A6E083
Text Example
Text Example
White with #A6E083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E083; }
p { color: rgb(166,224,131); }
H1.HeaderClassName
{
color: #A6E083;
}
.AnyTagClassName
{
color: #A6E083;
}
</style>
background-color css
<style>
a { background-color: #A6E083; }
a { background-color: rgb(166,224,131); }
div.DivClassName
{
background-color: #A6E083;
}
.BgClassName
{
background-color: #A6E083;
}
</style>
border-color css
<style>
span { border-color: #A6E083; }
span { border-color: rgb(166,224,131); }
td.TdClassName
{
border-color: #A6E083;
}
.TagClassName
{
border-color: #A6E083;
}
</style>