Shades of Feijoa #A2ED7A
Tints of Feijoa #A2ED7A
RGB
CMYK
RGB Variations
Color information
#A2ED7A (or 0xA2ED7A) is known color: Feijoa. HEX triplet: A2, ED and 7A. RGB value is (162,237,122). Sum of RGB (Red+Green+Blue) = 162+237+122=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #A2ED7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2ED7A is #5D1285. Grayscale: #C9C9C9. Windows color (decimal): -6099590 or 8056226. OLE color: 8056226.
HSL color Cylindrical-coordinate representation of color #A2ED7A: hue angle of 99.13º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2ED7A is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 237 | 122 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.07 |
| HSL | 99.13º | 0.76% | 0.7% | - |
| HSV(B) | 99.13º | 0.49% | 0.93% | - |
| XYZ | 48.7 | 69.65 | 29.29 | - |
| YUV | 201.47 | 83.15 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 237 | 122 | 0.32 | 0 | 0.49 | 0.07 | 99.13 | 0.76 | 0.7 |
| Hex | A2 | ED | 7A | 20 | 0 | 31 | 7 | 63 | 4C | 46 |
| Octal | 242 | 355 | 172 | 40 | 0 | 61 | 7 | 143 | 114 | 106 |
| Binary | 10100010 | 11101101 | 1111010 | 100000 | 0 | 110001 | 111 | 1100011 | 1001100 | 1000110 |
Color Harmonies of #A2ED7A
Complementary color
Monochromatic Colors of #A2ED7A
Black with #A2ED7A
Text Example
Text Example
White with #A2ED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ED7A; }
p { color: rgb(162,237,122); }
H1.HeaderClassName
{
color: #A2ED7A;
}
.AnyTagClassName
{
color: #A2ED7A;
}
</style>
background-color css
<style>
a { background-color: #A2ED7A; }
a { background-color: rgb(162,237,122); }
div.DivClassName
{
background-color: #A2ED7A;
}
.BgClassName
{
background-color: #A2ED7A;
}
</style>
border-color css
<style>
span { border-color: #A2ED7A; }
span { border-color: rgb(162,237,122); }
td.TdClassName
{
border-color: #A2ED7A;
}
.TagClassName
{
border-color: #A2ED7A;
}
</style>