Shades of Feijoa #A5E889
Tints of Feijoa #A5E889
RGB
CMYK
RGB Variations
Color information
#A5E889 (or 0xA5E889) is known color: Feijoa. HEX triplet: A5, E8 and 89. RGB value is (165,232,137). Sum of RGB (Red+Green+Blue) = 165+232+137=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 232 (91.02% from 255 or 43.45% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E889 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E889 is #5A1776. Grayscale: #C9C9C9. Windows color (decimal): -5904247 or 9037989. OLE color: 9037989.
HSL color Cylindrical-coordinate representation of color #A5E889: hue angle of 102.32º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5E889 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 232 | 137 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.09 |
| HSL | 102.32º | 0.67% | 0.72% | - |
| HSV(B) | 102.32º | 0.41% | 0.91% | - |
| XYZ | 48.89 | 67.52 | 34.12 | - |
| YUV | 201.14 | 91.8 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 232 | 137 | 0.29 | 0 | 0.41 | 0.09 | 102.32 | 0.67 | 0.72 |
| Hex | A5 | E8 | 89 | 1D | 0 | 29 | 9 | 66 | 43 | 48 |
| Octal | 245 | 350 | 211 | 35 | 0 | 51 | 11 | 146 | 103 | 110 |
| Binary | 10100101 | 11101000 | 10001001 | 11101 | 0 | 101001 | 1001 | 1100110 | 1000011 | 1001000 |
Color Harmonies of #A5E889
Complementary color
Monochromatic Colors of #A5E889
Black with #A5E889
Text Example
Text Example
White with #A5E889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E889; }
p { color: rgb(165,232,137); }
H1.HeaderClassName
{
color: #A5E889;
}
.AnyTagClassName
{
color: #A5E889;
}
</style>
background-color css
<style>
a { background-color: #A5E889; }
a { background-color: rgb(165,232,137); }
div.DivClassName
{
background-color: #A5E889;
}
.BgClassName
{
background-color: #A5E889;
}
</style>
border-color css
<style>
span { border-color: #A5E889; }
span { border-color: rgb(165,232,137); }
td.TdClassName
{
border-color: #A5E889;
}
.TagClassName
{
border-color: #A5E889;
}
</style>