Shades of Feijoa #A2ED80
Tints of Feijoa #A2ED80
RGB
CMYK
RGB Variations
Color information
#A2ED80 (or 0xA2ED80) is known color: Feijoa. HEX triplet: A2, ED and 80. RGB value is (162,237,128). Sum of RGB (Red+Green+Blue) = 162+237+128=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #A2ED80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2ED80 is #5D127F. Grayscale: #CACACA. Windows color (decimal): -6099584 or 8449442. OLE color: 8449442.
HSL color Cylindrical-coordinate representation of color #A2ED80: hue angle of 101.28º degrees, saturation: 0.75, 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 #A2ED80 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 237 | 128 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.07 |
| HSL | 101.28º | 0.75% | 0.72% | - |
| HSV(B) | 101.28º | 0.46% | 0.93% | - |
| XYZ | 49.08 | 69.81 | 31.31 | - |
| YUV | 202.15 | 86.15 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 237 | 128 | 0.32 | 0 | 0.46 | 0.07 | 101.28 | 0.75 | 0.72 |
| Hex | A2 | ED | 80 | 20 | 0 | 2E | 7 | 65 | 4B | 48 |
| Octal | 242 | 355 | 200 | 40 | 0 | 56 | 7 | 145 | 113 | 110 |
| Binary | 10100010 | 11101101 | 10000000 | 100000 | 0 | 101110 | 111 | 1100101 | 1001011 | 1001000 |
Color Harmonies of #A2ED80
Complementary color
Monochromatic Colors of #A2ED80
Black with #A2ED80
Text Example
Text Example
White with #A2ED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ED80; }
p { color: rgb(162,237,128); }
H1.HeaderClassName
{
color: #A2ED80;
}
.AnyTagClassName
{
color: #A2ED80;
}
</style>
background-color css
<style>
a { background-color: #A2ED80; }
a { background-color: rgb(162,237,128); }
div.DivClassName
{
background-color: #A2ED80;
}
.BgClassName
{
background-color: #A2ED80;
}
</style>
border-color css
<style>
span { border-color: #A2ED80; }
span { border-color: rgb(162,237,128); }
td.TdClassName
{
border-color: #A2ED80;
}
.TagClassName
{
border-color: #A2ED80;
}
</style>