Shades of Feijoa #A2EE80
Tints of Feijoa #A2EE80
RGB
CMYK
RGB Variations
Color information
#A2EE80 (or 0xA2EE80) is known color: Feijoa. HEX triplet: A2, EE and 80. RGB value is (162,238,128). Sum of RGB (Red+Green+Blue) = 162+238+128=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EE80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EE80 is #5D117F. Grayscale: #CBCBCB. Windows color (decimal): -6099328 or 8449698. OLE color: 8449698.
HSL color Cylindrical-coordinate representation of color #A2EE80: hue angle of 101.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2EE80 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 238 | 128 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.07 |
| HSL | 101.45º | 0.76% | 0.72% | - |
| HSV(B) | 101.45º | 0.46% | 0.93% | - |
| XYZ | 49.37 | 70.39 | 31.41 | - |
| YUV | 202.74 | 85.82 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 238 | 128 | 0.32 | 0 | 0.46 | 0.07 | 101.45 | 0.76 | 0.72 |
| Hex | A2 | EE | 80 | 20 | 0 | 2E | 7 | 65 | 4C | 48 |
| Octal | 242 | 356 | 200 | 40 | 0 | 56 | 7 | 145 | 114 | 110 |
| Binary | 10100010 | 11101110 | 10000000 | 100000 | 0 | 101110 | 111 | 1100101 | 1001100 | 1001000 |
Color Harmonies of #A2EE80
Complementary color
Monochromatic Colors of #A2EE80
Black with #A2EE80
Text Example
Text Example
White with #A2EE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EE80; }
p { color: rgb(162,238,128); }
H1.HeaderClassName
{
color: #A2EE80;
}
.AnyTagClassName
{
color: #A2EE80;
}
</style>
background-color css
<style>
a { background-color: #A2EE80; }
a { background-color: rgb(162,238,128); }
div.DivClassName
{
background-color: #A2EE80;
}
.BgClassName
{
background-color: #A2EE80;
}
</style>
border-color css
<style>
span { border-color: #A2EE80; }
span { border-color: rgb(162,238,128); }
td.TdClassName
{
border-color: #A2EE80;
}
.TagClassName
{
border-color: #A2EE80;
}
</style>