Shades of Feijoa #A2ED76
Tints of Feijoa #A2ED76
RGB
CMYK
RGB Variations
Color information
#A2ED76 (or 0xA2ED76) is known color: Feijoa. HEX triplet: A2, ED and 76. RGB value is (162,237,118). Sum of RGB (Red+Green+Blue) = 162+237+118=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #A2ED76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2ED76 is #5D1289. Grayscale: #C9C9C9. Windows color (decimal): -6099594 or 7794082. OLE color: 7794082.
HSL color Cylindrical-coordinate representation of color #A2ED76: hue angle of 97.82º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2ED76 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 237 | 118 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.07 |
| HSL | 97.82º | 0.77% | 0.7% | - |
| HSV(B) | 97.82º | 0.5% | 0.93% | - |
| XYZ | 48.45 | 69.56 | 28.01 | - |
| YUV | 201.01 | 81.15 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 237 | 118 | 0.32 | 0 | 0.50 | 0.07 | 97.82 | 0.77 | 0.7 |
| Hex | A2 | ED | 76 | 20 | 0 | 32 | 7 | 62 | 4D | 46 |
| Octal | 242 | 355 | 166 | 40 | 0 | 62 | 7 | 142 | 115 | 106 |
| Binary | 10100010 | 11101101 | 1110110 | 100000 | 0 | 110010 | 111 | 1100010 | 1001101 | 1000110 |
Color Harmonies of #A2ED76
Complementary color
Monochromatic Colors of #A2ED76
Black with #A2ED76
Text Example
Text Example
White with #A2ED76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ED76; }
p { color: rgb(162,237,118); }
H1.HeaderClassName
{
color: #A2ED76;
}
.AnyTagClassName
{
color: #A2ED76;
}
</style>
background-color css
<style>
a { background-color: #A2ED76; }
a { background-color: rgb(162,237,118); }
div.DivClassName
{
background-color: #A2ED76;
}
.BgClassName
{
background-color: #A2ED76;
}
</style>
border-color css
<style>
span { border-color: #A2ED76; }
span { border-color: rgb(162,237,118); }
td.TdClassName
{
border-color: #A2ED76;
}
.TagClassName
{
border-color: #A2ED76;
}
</style>