Shades of Feijoa #A9E588
Tints of Feijoa #A9E588
RGB
CMYK
RGB Variations
Color information
#A9E588 (or 0xA9E588) is known color: Feijoa. HEX triplet: A9, E5 and 88. RGB value is (169,229,136). Sum of RGB (Red+Green+Blue) = 169+229+136=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 229 - color contains mainly: green. Hex color #A9E588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9E588 is #561A77. Grayscale: #C8C8C8. Windows color (decimal): -5642872 or 8971689. OLE color: 8971689.
HSL color Cylindrical-coordinate representation of color #A9E588: hue angle of 98.71º 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 #A9E588 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 229 | 136 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.10 |
| HSL | 98.71º | 0.64% | 0.72% | - |
| HSV(B) | 98.71º | 0.41% | 0.9% | - |
| XYZ | 48.83 | 66.25 | 33.51 | - |
| YUV | 200.46 | 91.62 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 229 | 136 | 0.26 | 0 | 0.41 | 0.10 | 98.71 | 0.64 | 0.72 |
| Hex | A9 | E5 | 88 | 1A | 0 | 29 | A | 63 | 40 | 48 |
| Octal | 251 | 345 | 210 | 32 | 0 | 51 | 12 | 143 | 100 | 110 |
| Binary | 10101001 | 11100101 | 10001000 | 11010 | 0 | 101001 | 1010 | 1100011 | 1000000 | 1001000 |
Color Harmonies of #A9E588
Complementary color
Monochromatic Colors of #A9E588
Black with #A9E588
Text Example
Text Example
White with #A9E588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E588; }
p { color: rgb(169,229,136); }
H1.HeaderClassName
{
color: #A9E588;
}
.AnyTagClassName
{
color: #A9E588;
}
</style>
background-color css
<style>
a { background-color: #A9E588; }
a { background-color: rgb(169,229,136); }
div.DivClassName
{
background-color: #A9E588;
}
.BgClassName
{
background-color: #A9E588;
}
</style>
border-color css
<style>
span { border-color: #A9E588; }
span { border-color: rgb(169,229,136); }
td.TdClassName
{
border-color: #A9E588;
}
.TagClassName
{
border-color: #A9E588;
}
</style>