Shades of Feijoa #A3E571
Tints of Feijoa #A3E571
RGB
CMYK
RGB Variations
Color information
#A3E571 (or 0xA3E571) is known color: Feijoa. HEX triplet: A3, E5 and 71. RGB value is (163,229,113). Sum of RGB (Red+Green+Blue) = 163+229+113=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 229 - color contains mainly: green. Hex color #A3E571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E571 is #5C1A8E. Grayscale: #C4C4C4. Windows color (decimal): -6036111 or 7464355. OLE color: 7464355.
HSL color Cylindrical-coordinate representation of color #A3E571: hue angle of 94.14º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3E571 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 229 | 113 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.10 |
| HSL | 94.14º | 0.69% | 0.67% | - |
| HSV(B) | 94.14º | 0.51% | 0.9% | - |
| XYZ | 46.1 | 65.02 | 25.74 | - |
| YUV | 196.04 | 81.13 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 229 | 113 | 0.29 | 0 | 0.51 | 0.10 | 94.14 | 0.69 | 0.67 |
| Hex | A3 | E5 | 71 | 1D | 0 | 33 | A | 5E | 45 | 43 |
| Octal | 243 | 345 | 161 | 35 | 0 | 63 | 12 | 136 | 105 | 103 |
| Binary | 10100011 | 11100101 | 1110001 | 11101 | 0 | 110011 | 1010 | 1011110 | 1000101 | 1000011 |
Color Harmonies of #A3E571
Complementary color
Monochromatic Colors of #A3E571
Black with #A3E571
Text Example
Text Example
White with #A3E571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E571; }
p { color: rgb(163,229,113); }
H1.HeaderClassName
{
color: #A3E571;
}
.AnyTagClassName
{
color: #A3E571;
}
</style>
background-color css
<style>
a { background-color: #A3E571; }
a { background-color: rgb(163,229,113); }
div.DivClassName
{
background-color: #A3E571;
}
.BgClassName
{
background-color: #A3E571;
}
</style>
border-color css
<style>
span { border-color: #A3E571; }
span { border-color: rgb(163,229,113); }
td.TdClassName
{
border-color: #A3E571;
}
.TagClassName
{
border-color: #A3E571;
}
</style>