Shades of Feijoa #A3E171
Tints of Feijoa #A3E171
RGB
CMYK
RGB Variations
Color information
#A3E171 (or 0xA3E171) is known color: Feijoa. HEX triplet: A3, E1 and 71. RGB value is (163,225,113). Sum of RGB (Red+Green+Blue) = 163+225+113=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E171 is #5C1E8E. Grayscale: #C2C2C2. Windows color (decimal): -6037135 or 7463331. OLE color: 7463331.
HSL color Cylindrical-coordinate representation of color #A3E171: hue angle of 93.21º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3E171 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 225 | 113 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.12 |
| HSL | 93.21º | 0.65% | 0.66% | - |
| HSV(B) | 93.21º | 0.5% | 0.88% | - |
| XYZ | 45.01 | 62.83 | 25.38 | - |
| YUV | 193.69 | 82.46 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 225 | 113 | 0.28 | 0 | 0.50 | 0.12 | 93.21 | 0.65 | 0.66 |
| Hex | A3 | E1 | 71 | 1C | 0 | 32 | C | 5D | 41 | 42 |
| Octal | 243 | 341 | 161 | 34 | 0 | 62 | 14 | 135 | 101 | 102 |
| Binary | 10100011 | 11100001 | 1110001 | 11100 | 0 | 110010 | 1100 | 1011101 | 1000001 | 1000010 |
Color Harmonies of #A3E171
Complementary color
Monochromatic Colors of #A3E171
Black with #A3E171
Text Example
Text Example
White with #A3E171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E171; }
p { color: rgb(163,225,113); }
H1.HeaderClassName
{
color: #A3E171;
}
.AnyTagClassName
{
color: #A3E171;
}
</style>
background-color css
<style>
a { background-color: #A3E171; }
a { background-color: rgb(163,225,113); }
div.DivClassName
{
background-color: #A3E171;
}
.BgClassName
{
background-color: #A3E171;
}
</style>
border-color css
<style>
span { border-color: #A3E171; }
span { border-color: rgb(163,225,113); }
td.TdClassName
{
border-color: #A3E171;
}
.TagClassName
{
border-color: #A3E171;
}
</style>