Shades of Feijoa #A3E271
Tints of Feijoa #A3E271
RGB
CMYK
RGB Variations
Color information
#A3E271 (or 0xA3E271) is known color: Feijoa. HEX triplet: A3, E2 and 71. RGB value is (163,226,113). Sum of RGB (Red+Green+Blue) = 163+226+113=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 226 - color contains mainly: green. Hex color #A3E271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E271 is #5C1D8E. Grayscale: #C2C2C2. Windows color (decimal): -6036879 or 7463587. OLE color: 7463587.
HSL color Cylindrical-coordinate representation of color #A3E271: hue angle of 93.45º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3E271 is Cyan = 0.28, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 226 | 113 | - |
| CMYK | 0.28 | 0 | 0.5 | 0.11 |
| HSL | 93.45º | 0.66% | 0.66% | - |
| HSV(B) | 93.45º | 0.5% | 0.89% | - |
| XYZ | 45.28 | 63.37 | 25.47 | - |
| YUV | 194.28 | 82.13 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 226 | 113 | 0.28 | 0 | 0.5 | 0.11 | 93.45 | 0.66 | 0.66 |
| Hex | A3 | E2 | 71 | 1C | 0 | 32 | B | 5D | 42 | 42 |
| Octal | 243 | 342 | 161 | 34 | 0 | 62 | 13 | 135 | 102 | 102 |
| Binary | 10100011 | 11100010 | 1110001 | 11100 | 0 | 110010 | 1011 | 1011101 | 1000010 | 1000010 |
Color Harmonies of #A3E271
Complementary color
Monochromatic Colors of #A3E271
Black with #A3E271
Text Example
Text Example
White with #A3E271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E271; }
p { color: rgb(163,226,113); }
H1.HeaderClassName
{
color: #A3E271;
}
.AnyTagClassName
{
color: #A3E271;
}
</style>
background-color css
<style>
a { background-color: #A3E271; }
a { background-color: rgb(163,226,113); }
div.DivClassName
{
background-color: #A3E271;
}
.BgClassName
{
background-color: #A3E271;
}
</style>
border-color css
<style>
span { border-color: #A3E271; }
span { border-color: rgb(163,226,113); }
td.TdClassName
{
border-color: #A3E271;
}
.TagClassName
{
border-color: #A3E271;
}
</style>