Shades of Feijoa #A3E880
Tints of Feijoa #A3E880
RGB
CMYK
RGB Variations
Color information
#A3E880 (or 0xA3E880) is known color: Feijoa. HEX triplet: A3, E8 and 80. RGB value is (163,232,128). Sum of RGB (Red+Green+Blue) = 163+232+128=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 232 (91.02% from 255 or 44.36% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 232 - color contains mainly: green. Hex color #A3E880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3E880 is #5C177F. Grayscale: #C7C7C7. Windows color (decimal): -6035328 or 8448163. OLE color: 8448163.
HSL color Cylindrical-coordinate representation of color #A3E880: hue angle of 99.81º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3E880 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 232 | 128 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.09 |
| HSL | 99.81º | 0.69% | 0.71% | - |
| HSV(B) | 99.81º | 0.45% | 0.91% | - |
| XYZ | 47.86 | 67.06 | 30.84 | - |
| YUV | 199.51 | 87.64 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 232 | 128 | 0.30 | 0 | 0.45 | 0.09 | 99.81 | 0.69 | 0.71 |
| Hex | A3 | E8 | 80 | 1E | 0 | 2D | 9 | 64 | 45 | 47 |
| Octal | 243 | 350 | 200 | 36 | 0 | 55 | 11 | 144 | 105 | 107 |
| Binary | 10100011 | 11101000 | 10000000 | 11110 | 0 | 101101 | 1001 | 1100100 | 1000101 | 1000111 |
Color Harmonies of #A3E880
Complementary color
Monochromatic Colors of #A3E880
Black with #A3E880
Text Example
Text Example
White with #A3E880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E880; }
p { color: rgb(163,232,128); }
H1.HeaderClassName
{
color: #A3E880;
}
.AnyTagClassName
{
color: #A3E880;
}
</style>
background-color css
<style>
a { background-color: #A3E880; }
a { background-color: rgb(163,232,128); }
div.DivClassName
{
background-color: #A3E880;
}
.BgClassName
{
background-color: #A3E880;
}
</style>
border-color css
<style>
span { border-color: #A3E880; }
span { border-color: rgb(163,232,128); }
td.TdClassName
{
border-color: #A3E880;
}
.TagClassName
{
border-color: #A3E880;
}
</style>