Shades of Feijoa #A3E283
Tints of Feijoa #A3E283
RGB
CMYK
RGB Variations
Color information
#A3E283 (or 0xA3E283) is known color: Feijoa. HEX triplet: A3, E2 and 83. RGB value is (163,226,131). Sum of RGB (Red+Green+Blue) = 163+226+131=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #A3E283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3E283 is #5C1D7C. Grayscale: #C4C4C4. Windows color (decimal): -6036861 or 8643235. OLE color: 8643235.
HSL color Cylindrical-coordinate representation of color #A3E283: hue angle of 99.79º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3E283 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 226 | 131 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.11 |
| HSL | 99.79º | 0.62% | 0.7% | - |
| HSV(B) | 99.79º | 0.42% | 0.89% | - |
| XYZ | 46.4 | 63.82 | 31.35 | - |
| YUV | 196.33 | 91.13 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 226 | 131 | 0.28 | 0 | 0.42 | 0.11 | 99.79 | 0.62 | 0.7 |
| Hex | A3 | E2 | 83 | 1C | 0 | 2A | B | 64 | 3E | 46 |
| Octal | 243 | 342 | 203 | 34 | 0 | 52 | 13 | 144 | 76 | 106 |
| Binary | 10100011 | 11100010 | 10000011 | 11100 | 0 | 101010 | 1011 | 1100100 | 111110 | 1000110 |
Color Harmonies of #A3E283
Complementary color
Monochromatic Colors of #A3E283
Black with #A3E283
Text Example
Text Example
White with #A3E283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E283; }
p { color: rgb(163,226,131); }
H1.HeaderClassName
{
color: #A3E283;
}
.AnyTagClassName
{
color: #A3E283;
}
</style>
background-color css
<style>
a { background-color: #A3E283; }
a { background-color: rgb(163,226,131); }
div.DivClassName
{
background-color: #A3E283;
}
.BgClassName
{
background-color: #A3E283;
}
</style>
border-color css
<style>
span { border-color: #A3E283; }
span { border-color: rgb(163,226,131); }
td.TdClassName
{
border-color: #A3E283;
}
.TagClassName
{
border-color: #A3E283;
}
</style>