Shades of Feijoa #A3E080
Tints of Feijoa #A3E080
RGB
CMYK
RGB Variations
Color information
#A3E080 (or 0xA3E080) is known color: Feijoa. HEX triplet: A3, E0 and 80. RGB value is (163,224,128). Sum of RGB (Red+Green+Blue) = 163+224+128=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3E080 is #5C1F7F. Grayscale: #C3C3C3. Windows color (decimal): -6037376 or 8446115. OLE color: 8446115.
HSL color Cylindrical-coordinate representation of color #A3E080: hue angle of 98.12º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3E080 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 224 | 128 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.12 |
| HSL | 98.13º | 0.61% | 0.69% | - |
| HSV(B) | 98.13º | 0.43% | 0.88% | - |
| XYZ | 45.66 | 62.66 | 30.11 | - |
| YUV | 194.82 | 90.29 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 224 | 128 | 0.27 | 0 | 0.43 | 0.12 | 98.13 | 0.61 | 0.69 |
| Hex | A3 | E0 | 80 | 1B | 0 | 2B | C | 62 | 3D | 45 |
| Octal | 243 | 340 | 200 | 33 | 0 | 53 | 14 | 142 | 75 | 105 |
| Binary | 10100011 | 11100000 | 10000000 | 11011 | 0 | 101011 | 1100 | 1100010 | 111101 | 1000101 |
Color Harmonies of #A3E080
Complementary color
Monochromatic Colors of #A3E080
Black with #A3E080
Text Example
Text Example
White with #A3E080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E080; }
p { color: rgb(163,224,128); }
H1.HeaderClassName
{
color: #A3E080;
}
.AnyTagClassName
{
color: #A3E080;
}
</style>
background-color css
<style>
a { background-color: #A3E080; }
a { background-color: rgb(163,224,128); }
div.DivClassName
{
background-color: #A3E080;
}
.BgClassName
{
background-color: #A3E080;
}
</style>
border-color css
<style>
span { border-color: #A3E080; }
span { border-color: rgb(163,224,128); }
td.TdClassName
{
border-color: #A3E080;
}
.TagClassName
{
border-color: #A3E080;
}
</style>