Shades of Feijoa #A2E180
Tints of Feijoa #A2E180
RGB
CMYK
RGB Variations
Color information
#A2E180 (or 0xA2E180) is known color: Feijoa. HEX triplet: A2, E1 and 80. RGB value is (162,225,128). Sum of RGB (Red+Green+Blue) = 162+225+128=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E180 is #5D1E7F. Grayscale: #C3C3C3. Windows color (decimal): -6102656 or 8446370. OLE color: 8446370.
HSL color Cylindrical-coordinate representation of color #A2E180: hue angle of 98.97º degrees, saturation: 0.62, 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 #A2E180 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 128 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.12 |
| HSL | 98.97º | 0.62% | 0.69% | - |
| HSV(B) | 98.97º | 0.43% | 0.88% | - |
| XYZ | 45.72 | 63.09 | 30.19 | - |
| YUV | 195.11 | 90.13 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 128 | 0.28 | 0 | 0.43 | 0.12 | 98.97 | 0.62 | 0.69 |
| Hex | A2 | E1 | 80 | 1C | 0 | 2B | C | 63 | 3E | 45 |
| Octal | 242 | 341 | 200 | 34 | 0 | 53 | 14 | 143 | 76 | 105 |
| Binary | 10100010 | 11100001 | 10000000 | 11100 | 0 | 101011 | 1100 | 1100011 | 111110 | 1000101 |
Color Harmonies of #A2E180
Complementary color
Monochromatic Colors of #A2E180
Black with #A2E180
Text Example
Text Example
White with #A2E180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E180; }
p { color: rgb(162,225,128); }
H1.HeaderClassName
{
color: #A2E180;
}
.AnyTagClassName
{
color: #A2E180;
}
</style>
background-color css
<style>
a { background-color: #A2E180; }
a { background-color: rgb(162,225,128); }
div.DivClassName
{
background-color: #A2E180;
}
.BgClassName
{
background-color: #A2E180;
}
</style>
border-color css
<style>
span { border-color: #A2E180; }
span { border-color: rgb(162,225,128); }
td.TdClassName
{
border-color: #A2E180;
}
.TagClassName
{
border-color: #A2E180;
}
</style>