Shades of Feijoa #A2E588
Tints of Feijoa #A2E588
RGB
CMYK
RGB Variations
Color information
#A2E588 (or 0xA2E588) is known color: Feijoa. HEX triplet: A2, E5 and 88. RGB value is (162,229,136). Sum of RGB (Red+Green+Blue) = 162+229+136=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E588 is #5D1A77. Grayscale: #C6C6C6. Windows color (decimal): -6101624 or 8971682. OLE color: 8971682.
HSL color Cylindrical-coordinate representation of color #A2E588: hue angle of 103.23º degrees, saturation: 0.64, 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 #A2E588 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 229 | 136 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.10 |
| HSL | 103.23º | 0.64% | 0.72% | - |
| HSV(B) | 103.23º | 0.41% | 0.9% | - |
| XYZ | 47.36 | 65.5 | 33.44 | - |
| YUV | 198.37 | 92.8 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 136 | 0.29 | 0 | 0.41 | 0.10 | 103.23 | 0.64 | 0.72 |
| Hex | A2 | E5 | 88 | 1D | 0 | 29 | A | 67 | 40 | 48 |
| Octal | 242 | 345 | 210 | 35 | 0 | 51 | 12 | 147 | 100 | 110 |
| Binary | 10100010 | 11100101 | 10001000 | 11101 | 0 | 101001 | 1010 | 1100111 | 1000000 | 1001000 |
Color Harmonies of #A2E588
Complementary color
Monochromatic Colors of #A2E588
Black with #A2E588
Text Example
Text Example
White with #A2E588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E588; }
p { color: rgb(162,229,136); }
H1.HeaderClassName
{
color: #A2E588;
}
.AnyTagClassName
{
color: #A2E588;
}
</style>
background-color css
<style>
a { background-color: #A2E588; }
a { background-color: rgb(162,229,136); }
div.DivClassName
{
background-color: #A2E588;
}
.BgClassName
{
background-color: #A2E588;
}
</style>
border-color css
<style>
span { border-color: #A2E588; }
span { border-color: rgb(162,229,136); }
td.TdClassName
{
border-color: #A2E588;
}
.TagClassName
{
border-color: #A2E588;
}
</style>