Shades of Feijoa #A5E986
Tints of Feijoa #A5E986
RGB
CMYK
RGB Variations
Color information
#A5E986 (or 0xA5E986) is known color: Feijoa. HEX triplet: A5, E9 and 86. RGB value is (165,233,134). Sum of RGB (Red+Green+Blue) = 165+233+134=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E986 is #5A1679. Grayscale: #C9C9C9. Windows color (decimal): -5903994 or 8841637. OLE color: 8841637.
HSL color Cylindrical-coordinate representation of color #A5E986: hue angle of 101.21º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5E986 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 134 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.09 |
| HSL | 101.21º | 0.69% | 0.72% | - |
| HSV(B) | 101.21º | 0.42% | 0.91% | - |
| XYZ | 48.96 | 68 | 33.1 | - |
| YUV | 201.38 | 89.97 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 134 | 0.29 | 0 | 0.42 | 0.09 | 101.21 | 0.69 | 0.72 |
| Hex | A5 | E9 | 86 | 1D | 0 | 2A | 9 | 65 | 45 | 48 |
| Octal | 245 | 351 | 206 | 35 | 0 | 52 | 11 | 145 | 105 | 110 |
| Binary | 10100101 | 11101001 | 10000110 | 11101 | 0 | 101010 | 1001 | 1100101 | 1000101 | 1001000 |
Color Harmonies of #A5E986
Complementary color
Monochromatic Colors of #A5E986
Black with #A5E986
Text Example
Text Example
White with #A5E986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E986; }
p { color: rgb(165,233,134); }
H1.HeaderClassName
{
color: #A5E986;
}
.AnyTagClassName
{
color: #A5E986;
}
</style>
background-color css
<style>
a { background-color: #A5E986; }
a { background-color: rgb(165,233,134); }
div.DivClassName
{
background-color: #A5E986;
}
.BgClassName
{
background-color: #A5E986;
}
</style>
border-color css
<style>
span { border-color: #A5E986; }
span { border-color: rgb(165,233,134); }
td.TdClassName
{
border-color: #A5E986;
}
.TagClassName
{
border-color: #A5E986;
}
</style>