Shades of Feijoa #A2E980
Tints of Feijoa #A2E980
RGB
CMYK
RGB Variations
Color information
#A2E980 (or 0xA2E980) is known color: Feijoa. HEX triplet: A2, E9 and 80. RGB value is (162,233,128). Sum of RGB (Red+Green+Blue) = 162+233+128=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E980 is #5D167F. Grayscale: #C8C8C8. Windows color (decimal): -6100608 or 8448418. OLE color: 8448418.
HSL color Cylindrical-coordinate representation of color #A2E980: hue angle of 100.57º degrees, saturation: 0.7, 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 #A2E980 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 128 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.09 |
| HSL | 100.57º | 0.7% | 0.71% | - |
| HSV(B) | 100.57º | 0.45% | 0.91% | - |
| XYZ | 47.94 | 67.52 | 30.93 | - |
| YUV | 199.8 | 87.48 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 128 | 0.30 | 0 | 0.45 | 0.09 | 100.57 | 0.7 | 0.71 |
| Hex | A2 | E9 | 80 | 1E | 0 | 2D | 9 | 65 | 46 | 47 |
| Octal | 242 | 351 | 200 | 36 | 0 | 55 | 11 | 145 | 106 | 107 |
| Binary | 10100010 | 11101001 | 10000000 | 11110 | 0 | 101101 | 1001 | 1100101 | 1000110 | 1000111 |
Color Harmonies of #A2E980
Complementary color
Monochromatic Colors of #A2E980
Black with #A2E980
Text Example
Text Example
White with #A2E980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E980; }
p { color: rgb(162,233,128); }
H1.HeaderClassName
{
color: #A2E980;
}
.AnyTagClassName
{
color: #A2E980;
}
</style>
background-color css
<style>
a { background-color: #A2E980; }
a { background-color: rgb(162,233,128); }
div.DivClassName
{
background-color: #A2E980;
}
.BgClassName
{
background-color: #A2E980;
}
</style>
border-color css
<style>
span { border-color: #A2E980; }
span { border-color: rgb(162,233,128); }
td.TdClassName
{
border-color: #A2E980;
}
.TagClassName
{
border-color: #A2E980;
}
</style>