Shades of Feijoa #A2E778
Tints of Feijoa #A2E778
RGB
CMYK
RGB Variations
Color information
#A2E778 (or 0xA2E778) is known color: Feijoa. HEX triplet: A2, E7 and 78. RGB value is (162,231,120). Sum of RGB (Red+Green+Blue) = 162+231+120=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E778 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E778 is #5D1887. Grayscale: #C6C6C6. Windows color (decimal): -6101128 or 7923618. OLE color: 7923618.
HSL color Cylindrical-coordinate representation of color #A2E778: hue angle of 97.3º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2E778 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 231 | 120 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.09 |
| HSL | 97.3º | 0.7% | 0.69% | - |
| HSV(B) | 97.3º | 0.48% | 0.91% | - |
| XYZ | 46.87 | 66.19 | 28.07 | - |
| YUV | 197.72 | 84.14 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 231 | 120 | 0.30 | 0 | 0.48 | 0.09 | 97.3 | 0.7 | 0.69 |
| Hex | A2 | E7 | 78 | 1E | 0 | 30 | 9 | 61 | 46 | 45 |
| Octal | 242 | 347 | 170 | 36 | 0 | 60 | 11 | 141 | 106 | 105 |
| Binary | 10100010 | 11100111 | 1111000 | 11110 | 0 | 110000 | 1001 | 1100001 | 1000110 | 1000101 |
Color Harmonies of #A2E778
Complementary color
Monochromatic Colors of #A2E778
Black with #A2E778
Text Example
Text Example
White with #A2E778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E778; }
p { color: rgb(162,231,120); }
H1.HeaderClassName
{
color: #A2E778;
}
.AnyTagClassName
{
color: #A2E778;
}
</style>
background-color css
<style>
a { background-color: #A2E778; }
a { background-color: rgb(162,231,120); }
div.DivClassName
{
background-color: #A2E778;
}
.BgClassName
{
background-color: #A2E778;
}
</style>
border-color css
<style>
span { border-color: #A2E778; }
span { border-color: rgb(162,231,120); }
td.TdClassName
{
border-color: #A2E778;
}
.TagClassName
{
border-color: #A2E778;
}
</style>