Shades of Feijoa #A2E284
Tints of Feijoa #A2E284
RGB
CMYK
RGB Variations
Color information
#A2E284 (or 0xA2E284) is known color: Feijoa. HEX triplet: A2, E2 and 84. RGB value is (162,226,132). Sum of RGB (Red+Green+Blue) = 162+226+132=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E284 is #5D1D7B. Grayscale: #C4C4C4. Windows color (decimal): -6102396 or 8708770. OLE color: 8708770.
HSL color Cylindrical-coordinate representation of color #A2E284: hue angle of 100.85º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2E284 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 132 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.11 |
| HSL | 100.85º | 0.62% | 0.7% | - |
| HSV(B) | 100.85º | 0.42% | 0.89% | - |
| XYZ | 46.26 | 63.74 | 31.69 | - |
| YUV | 196.15 | 91.8 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 132 | 0.28 | 0 | 0.42 | 0.11 | 100.85 | 0.62 | 0.7 |
| Hex | A2 | E2 | 84 | 1C | 0 | 2A | B | 65 | 3E | 46 |
| Octal | 242 | 342 | 204 | 34 | 0 | 52 | 13 | 145 | 76 | 106 |
| Binary | 10100010 | 11100010 | 10000100 | 11100 | 0 | 101010 | 1011 | 1100101 | 111110 | 1000110 |
Color Harmonies of #A2E284
Complementary color
Monochromatic Colors of #A2E284
Black with #A2E284
Text Example
Text Example
White with #A2E284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E284; }
p { color: rgb(162,226,132); }
H1.HeaderClassName
{
color: #A2E284;
}
.AnyTagClassName
{
color: #A2E284;
}
</style>
background-color css
<style>
a { background-color: #A2E284; }
a { background-color: rgb(162,226,132); }
div.DivClassName
{
background-color: #A2E284;
}
.BgClassName
{
background-color: #A2E284;
}
</style>
border-color css
<style>
span { border-color: #A2E284; }
span { border-color: rgb(162,226,132); }
td.TdClassName
{
border-color: #A2E284;
}
.TagClassName
{
border-color: #A2E284;
}
</style>