Shades of Feijoa #A3E086
Tints of Feijoa #A3E086
RGB
CMYK
RGB Variations
Color information
#A3E086 (or 0xA3E086) is known color: Feijoa. HEX triplet: A3, E0 and 86. RGB value is (163,224,134). Sum of RGB (Red+Green+Blue) = 163+224+134=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3E086 is #5C1F79. Grayscale: #C3C3C3. Windows color (decimal): -6037370 or 8839331. OLE color: 8839331.
HSL color Cylindrical-coordinate representation of color #A3E086: hue angle of 100.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3E086 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 224 | 134 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.12 |
| HSL | 100.67º | 0.59% | 0.7% | - |
| HSV(B) | 100.67º | 0.4% | 0.88% | - |
| XYZ | 46.06 | 62.82 | 32.25 | - |
| YUV | 195.5 | 93.29 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 224 | 134 | 0.27 | 0 | 0.40 | 0.12 | 100.67 | 0.59 | 0.7 |
| Hex | A3 | E0 | 86 | 1B | 0 | 28 | C | 65 | 3B | 46 |
| Octal | 243 | 340 | 206 | 33 | 0 | 50 | 14 | 145 | 73 | 106 |
| Binary | 10100011 | 11100000 | 10000110 | 11011 | 0 | 101000 | 1100 | 1100101 | 111011 | 1000110 |
Color Harmonies of #A3E086
Complementary color
Monochromatic Colors of #A3E086
Black with #A3E086
Text Example
Text Example
White with #A3E086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E086; }
p { color: rgb(163,224,134); }
H1.HeaderClassName
{
color: #A3E086;
}
.AnyTagClassName
{
color: #A3E086;
}
</style>
background-color css
<style>
a { background-color: #A3E086; }
a { background-color: rgb(163,224,134); }
div.DivClassName
{
background-color: #A3E086;
}
.BgClassName
{
background-color: #A3E086;
}
</style>
border-color css
<style>
span { border-color: #A3E086; }
span { border-color: rgb(163,224,134); }
td.TdClassName
{
border-color: #A3E086;
}
.TagClassName
{
border-color: #A3E086;
}
</style>