Shades of Feijoa #A2E86D
Tints of Feijoa #A2E86D
RGB
CMYK
RGB Variations
Color information
#A2E86D (or 0xA2E86D) is known color: Feijoa. HEX triplet: A2, E8 and 6D. RGB value is (162,232,109). Sum of RGB (Red+Green+Blue) = 162+232+109=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #A2E86D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E86D is #5D1792. Grayscale: #C5C5C5. Windows color (decimal): -6100883 or 7202978. OLE color: 7202978.
HSL color Cylindrical-coordinate representation of color #A2E86D: hue angle of 94.15º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2E86D is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 232 | 109 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.09 |
| HSL | 94.15º | 0.73% | 0.67% | - |
| HSV(B) | 94.15º | 0.53% | 0.91% | - |
| XYZ | 46.52 | 66.5 | 24.85 | - |
| YUV | 197.05 | 78.31 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 232 | 109 | 0.30 | 0 | 0.53 | 0.09 | 94.15 | 0.73 | 0.67 |
| Hex | A2 | E8 | 6D | 1E | 0 | 35 | 9 | 5E | 49 | 43 |
| Octal | 242 | 350 | 155 | 36 | 0 | 65 | 11 | 136 | 111 | 103 |
| Binary | 10100010 | 11101000 | 1101101 | 11110 | 0 | 110101 | 1001 | 1011110 | 1001001 | 1000011 |
Color Harmonies of #A2E86D
Complementary color
Monochromatic Colors of #A2E86D
Black with #A2E86D
Text Example
Text Example
White with #A2E86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E86D; }
p { color: rgb(162,232,109); }
H1.HeaderClassName
{
color: #A2E86D;
}
.AnyTagClassName
{
color: #A2E86D;
}
</style>
background-color css
<style>
a { background-color: #A2E86D; }
a { background-color: rgb(162,232,109); }
div.DivClassName
{
background-color: #A2E86D;
}
.BgClassName
{
background-color: #A2E86D;
}
</style>
border-color css
<style>
span { border-color: #A2E86D; }
span { border-color: rgb(162,232,109); }
td.TdClassName
{
border-color: #A2E86D;
}
.TagClassName
{
border-color: #A2E86D;
}
</style>