Shades of Feijoa #A9E288
Tints of Feijoa #A9E288
RGB
CMYK
RGB Variations
Color information
#A9E288 (or 0xA9E288) is known color: Feijoa. HEX triplet: A9, E2 and 88. RGB value is (169,226,136). Sum of RGB (Red+Green+Blue) = 169+226+136=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #A9E288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9E288 is #561D77. Grayscale: #C7C7C7. Windows color (decimal): -5643640 or 8970921. OLE color: 8970921.
HSL color Cylindrical-coordinate representation of color #A9E288: hue angle of 98º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A9E288 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 226 | 136 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.11 |
| HSL | 98º | 0.61% | 0.71% | - |
| HSV(B) | 98º | 0.4% | 0.89% | - |
| XYZ | 48 | 64.61 | 33.23 | - |
| YUV | 198.7 | 92.62 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 226 | 136 | 0.25 | 0 | 0.40 | 0.11 | 98 | 0.61 | 0.71 |
| Hex | A9 | E2 | 88 | 19 | 0 | 28 | B | 62 | 3D | 47 |
| Octal | 251 | 342 | 210 | 31 | 0 | 50 | 13 | 142 | 75 | 107 |
| Binary | 10101001 | 11100010 | 10001000 | 11001 | 0 | 101000 | 1011 | 1100010 | 111101 | 1000111 |
Color Harmonies of #A9E288
Complementary color
Monochromatic Colors of #A9E288
Black with #A9E288
Text Example
Text Example
White with #A9E288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E288; }
p { color: rgb(169,226,136); }
H1.HeaderClassName
{
color: #A9E288;
}
.AnyTagClassName
{
color: #A9E288;
}
</style>
background-color css
<style>
a { background-color: #A9E288; }
a { background-color: rgb(169,226,136); }
div.DivClassName
{
background-color: #A9E288;
}
.BgClassName
{
background-color: #A9E288;
}
</style>
border-color css
<style>
span { border-color: #A9E288; }
span { border-color: rgb(169,226,136); }
td.TdClassName
{
border-color: #A9E288;
}
.TagClassName
{
border-color: #A9E288;
}
</style>