Shades of Feijoa #A9E088
Tints of Feijoa #A9E088
RGB
CMYK
RGB Variations
Color information
#A9E088 (or 0xA9E088) is known color: Feijoa. HEX triplet: A9, E0 and 88. RGB value is (169,224,136). Sum of RGB (Red+Green+Blue) = 169+224+136=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9E088 is #561F77. Grayscale: #C5C5C5. Windows color (decimal): -5644152 or 8970409. OLE color: 8970409.
HSL color Cylindrical-coordinate representation of color #A9E088: hue angle of 97.5º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A9E088 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 224 | 136 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.12 |
| HSL | 97.5º | 0.59% | 0.71% | - |
| HSV(B) | 97.5º | 0.39% | 0.88% | - |
| XYZ | 47.46 | 63.52 | 33.05 | - |
| YUV | 197.52 | 93.28 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 224 | 136 | 0.25 | 0 | 0.39 | 0.12 | 97.5 | 0.59 | 0.71 |
| Hex | A9 | E0 | 88 | 19 | 0 | 27 | C | 62 | 3B | 47 |
| Octal | 251 | 340 | 210 | 31 | 0 | 47 | 14 | 142 | 73 | 107 |
| Binary | 10101001 | 11100000 | 10001000 | 11001 | 0 | 100111 | 1100 | 1100010 | 111011 | 1000111 |
Color Harmonies of #A9E088
Complementary color
Monochromatic Colors of #A9E088
Black with #A9E088
Text Example
Text Example
White with #A9E088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E088; }
p { color: rgb(169,224,136); }
H1.HeaderClassName
{
color: #A9E088;
}
.AnyTagClassName
{
color: #A9E088;
}
</style>
background-color css
<style>
a { background-color: #A9E088; }
a { background-color: rgb(169,224,136); }
div.DivClassName
{
background-color: #A9E088;
}
.BgClassName
{
background-color: #A9E088;
}
</style>
border-color css
<style>
span { border-color: #A9E088; }
span { border-color: rgb(169,224,136); }
td.TdClassName
{
border-color: #A9E088;
}
.TagClassName
{
border-color: #A9E088;
}
</style>