Shades of Feijoa #A2E688
Tints of Feijoa #A2E688
RGB
CMYK
RGB Variations
Color information
#A2E688 (or 0xA2E688) is known color: Feijoa. HEX triplet: A2, E6 and 88. RGB value is (162,230,136). Sum of RGB (Red+Green+Blue) = 162+230+136=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E688 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E688 is #5D1977. Grayscale: #C7C7C7. Windows color (decimal): -6101368 or 8971938. OLE color: 8971938.
HSL color Cylindrical-coordinate representation of color #A2E688: hue angle of 103.4º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2E688 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 136 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.10 |
| HSL | 103.4º | 0.65% | 0.72% | - |
| HSV(B) | 103.4º | 0.41% | 0.9% | - |
| XYZ | 47.64 | 66.05 | 33.53 | - |
| YUV | 198.95 | 92.47 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 136 | 0.30 | 0 | 0.41 | 0.10 | 103.4 | 0.65 | 0.72 |
| Hex | A2 | E6 | 88 | 1E | 0 | 29 | A | 67 | 41 | 48 |
| Octal | 242 | 346 | 210 | 36 | 0 | 51 | 12 | 147 | 101 | 110 |
| Binary | 10100010 | 11100110 | 10001000 | 11110 | 0 | 101001 | 1010 | 1100111 | 1000001 | 1001000 |
Color Harmonies of #A2E688
Complementary color
Monochromatic Colors of #A2E688
Black with #A2E688
Text Example
Text Example
White with #A2E688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E688; }
p { color: rgb(162,230,136); }
H1.HeaderClassName
{
color: #A2E688;
}
.AnyTagClassName
{
color: #A2E688;
}
</style>
background-color css
<style>
a { background-color: #A2E688; }
a { background-color: rgb(162,230,136); }
div.DivClassName
{
background-color: #A2E688;
}
.BgClassName
{
background-color: #A2E688;
}
</style>
border-color css
<style>
span { border-color: #A2E688; }
span { border-color: rgb(162,230,136); }
td.TdClassName
{
border-color: #A2E688;
}
.TagClassName
{
border-color: #A2E688;
}
</style>