Shades of Feijoa #A5E186
Tints of Feijoa #A5E186
RGB
CMYK
RGB Variations
Color information
#A5E186 (or 0xA5E186) is known color: Feijoa. HEX triplet: A5, E1 and 86. RGB value is (165,225,134). Sum of RGB (Red+Green+Blue) = 165+225+134=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E186 is #5A1E79. Grayscale: #C4C4C4. Windows color (decimal): -5906042 or 8839589. OLE color: 8839589.
HSL color Cylindrical-coordinate representation of color #A5E186: hue angle of 99.56º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5E186 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 134 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.12 |
| HSL | 99.56º | 0.6% | 0.7% | - |
| HSV(B) | 99.56º | 0.4% | 0.88% | - |
| XYZ | 46.75 | 63.57 | 32.36 | - |
| YUV | 196.69 | 92.62 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 134 | 0.27 | 0 | 0.40 | 0.12 | 99.56 | 0.6 | 0.7 |
| Hex | A5 | E1 | 86 | 1B | 0 | 28 | C | 64 | 3C | 46 |
| Octal | 245 | 341 | 206 | 33 | 0 | 50 | 14 | 144 | 74 | 106 |
| Binary | 10100101 | 11100001 | 10000110 | 11011 | 0 | 101000 | 1100 | 1100100 | 111100 | 1000110 |
Color Harmonies of #A5E186
Complementary color
Monochromatic Colors of #A5E186
Black with #A5E186
Text Example
Text Example
White with #A5E186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E186; }
p { color: rgb(165,225,134); }
H1.HeaderClassName
{
color: #A5E186;
}
.AnyTagClassName
{
color: #A5E186;
}
</style>
background-color css
<style>
a { background-color: #A5E186; }
a { background-color: rgb(165,225,134); }
div.DivClassName
{
background-color: #A5E186;
}
.BgClassName
{
background-color: #A5E186;
}
</style>
border-color css
<style>
span { border-color: #A5E186; }
span { border-color: rgb(165,225,134); }
td.TdClassName
{
border-color: #A5E186;
}
.TagClassName
{
border-color: #A5E186;
}
</style>