Shades of Feijoa #A2E285
Tints of Feijoa #A2E285
RGB
CMYK
RGB Variations
Color information
#A2E285 (or 0xA2E285) is known color: Feijoa. HEX triplet: A2, E2 and 85. RGB value is (162,226,133). Sum of RGB (Red+Green+Blue) = 162+226+133=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E285 is #5D1D7A. Grayscale: #C4C4C4. Windows color (decimal): -6102395 or 8774306. OLE color: 8774306.
HSL color Cylindrical-coordinate representation of color #A2E285: hue angle of 101.29º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2E285 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 133 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.11 |
| HSL | 101.29º | 0.62% | 0.7% | - |
| HSV(B) | 101.29º | 0.41% | 0.89% | - |
| XYZ | 46.33 | 63.77 | 32.06 | - |
| YUV | 196.26 | 92.3 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 133 | 0.28 | 0 | 0.41 | 0.11 | 101.29 | 0.62 | 0.7 |
| Hex | A2 | E2 | 85 | 1C | 0 | 29 | B | 65 | 3E | 46 |
| Octal | 242 | 342 | 205 | 34 | 0 | 51 | 13 | 145 | 76 | 106 |
| Binary | 10100010 | 11100010 | 10000101 | 11100 | 0 | 101001 | 1011 | 1100101 | 111110 | 1000110 |
Color Harmonies of #A2E285
Complementary color
Monochromatic Colors of #A2E285
Black with #A2E285
Text Example
Text Example
White with #A2E285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E285; }
p { color: rgb(162,226,133); }
H1.HeaderClassName
{
color: #A2E285;
}
.AnyTagClassName
{
color: #A2E285;
}
</style>
background-color css
<style>
a { background-color: #A2E285; }
a { background-color: rgb(162,226,133); }
div.DivClassName
{
background-color: #A2E285;
}
.BgClassName
{
background-color: #A2E285;
}
</style>
border-color css
<style>
span { border-color: #A2E285; }
span { border-color: rgb(162,226,133); }
td.TdClassName
{
border-color: #A2E285;
}
.TagClassName
{
border-color: #A2E285;
}
</style>