Shades of Feijoa #A5E188
Tints of Feijoa #A5E188
RGB
CMYK
RGB Variations
Color information
#A5E188 (or 0xA5E188) is known color: Feijoa. HEX triplet: A5, E1 and 88. RGB value is (165,225,136). Sum of RGB (Red+Green+Blue) = 165+225+136=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E188 is #5A1E77. Grayscale: #C5C5C5. Windows color (decimal): -5906040 or 8970661. OLE color: 8970661.
HSL color Cylindrical-coordinate representation of color #A5E188: hue angle of 100.45º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5E188 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 136 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.12 |
| HSL | 100.45º | 0.6% | 0.71% | - |
| HSV(B) | 100.45º | 0.4% | 0.88% | - |
| XYZ | 46.89 | 63.63 | 33.1 | - |
| YUV | 196.91 | 93.62 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 136 | 0.27 | 0 | 0.40 | 0.12 | 100.45 | 0.6 | 0.71 |
| Hex | A5 | E1 | 88 | 1B | 0 | 28 | C | 64 | 3C | 47 |
| Octal | 245 | 341 | 210 | 33 | 0 | 50 | 14 | 144 | 74 | 107 |
| Binary | 10100101 | 11100001 | 10001000 | 11011 | 0 | 101000 | 1100 | 1100100 | 111100 | 1000111 |
Color Harmonies of #A5E188
Complementary color
Monochromatic Colors of #A5E188
Black with #A5E188
Text Example
Text Example
White with #A5E188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E188; }
p { color: rgb(165,225,136); }
H1.HeaderClassName
{
color: #A5E188;
}
.AnyTagClassName
{
color: #A5E188;
}
</style>
background-color css
<style>
a { background-color: #A5E188; }
a { background-color: rgb(165,225,136); }
div.DivClassName
{
background-color: #A5E188;
}
.BgClassName
{
background-color: #A5E188;
}
</style>
border-color css
<style>
span { border-color: #A5E188; }
span { border-color: rgb(165,225,136); }
td.TdClassName
{
border-color: #A5E188;
}
.TagClassName
{
border-color: #A5E188;
}
</style>