Shades of Feijoa #A2EF80
Tints of Feijoa #A2EF80
RGB
CMYK
RGB Variations
Color information
#A2EF80 (or 0xA2EF80) is known color: Feijoa. HEX triplet: A2, EF and 80. RGB value is (162,239,128). Sum of RGB (Red+Green+Blue) = 162+239+128=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EF80 is #5D107F. Grayscale: #CBCBCB. Windows color (decimal): -6099072 or 8449954. OLE color: 8449954.
HSL color Cylindrical-coordinate representation of color #A2EF80: hue angle of 101.62º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2EF80 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 128 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.06 |
| HSL | 101.62º | 0.78% | 0.72% | - |
| HSV(B) | 101.62º | 0.46% | 0.94% | - |
| XYZ | 49.66 | 70.97 | 31.5 | - |
| YUV | 203.32 | 85.49 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 128 | 0.32 | 0 | 0.46 | 0.06 | 101.62 | 0.78 | 0.72 |
| Hex | A2 | EF | 80 | 20 | 0 | 2E | 6 | 66 | 4E | 48 |
| Octal | 242 | 357 | 200 | 40 | 0 | 56 | 6 | 146 | 116 | 110 |
| Binary | 10100010 | 11101111 | 10000000 | 100000 | 0 | 101110 | 110 | 1100110 | 1001110 | 1001000 |
Color Harmonies of #A2EF80
Complementary color
Monochromatic Colors of #A2EF80
Black with #A2EF80
Text Example
Text Example
White with #A2EF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF80; }
p { color: rgb(162,239,128); }
H1.HeaderClassName
{
color: #A2EF80;
}
.AnyTagClassName
{
color: #A2EF80;
}
</style>
background-color css
<style>
a { background-color: #A2EF80; }
a { background-color: rgb(162,239,128); }
div.DivClassName
{
background-color: #A2EF80;
}
.BgClassName
{
background-color: #A2EF80;
}
</style>
border-color css
<style>
span { border-color: #A2EF80; }
span { border-color: rgb(162,239,128); }
td.TdClassName
{
border-color: #A2EF80;
}
.TagClassName
{
border-color: #A2EF80;
}
</style>