Shades of Feijoa #A5E386
Tints of Feijoa #A5E386
RGB
CMYK
RGB Variations
Color information
#A5E386 (or 0xA5E386) is known color: Feijoa. HEX triplet: A5, E3 and 86. RGB value is (165,227,134). Sum of RGB (Red+Green+Blue) = 165+227+134=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E386 is #5A1C79. Grayscale: #C6C6C6. Windows color (decimal): -5905530 or 8840101. OLE color: 8840101.
HSL color Cylindrical-coordinate representation of color #A5E386: hue angle of 100º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5E386 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 227 | 134 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.11 |
| HSL | 100º | 0.62% | 0.71% | - |
| HSV(B) | 100º | 0.41% | 0.89% | - |
| XYZ | 47.29 | 64.66 | 32.54 | - |
| YUV | 197.86 | 91.96 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 227 | 134 | 0.27 | 0 | 0.41 | 0.11 | 100 | 0.62 | 0.71 |
| Hex | A5 | E3 | 86 | 1B | 0 | 29 | B | 64 | 3E | 47 |
| Octal | 245 | 343 | 206 | 33 | 0 | 51 | 13 | 144 | 76 | 107 |
| Binary | 10100101 | 11100011 | 10000110 | 11011 | 0 | 101001 | 1011 | 1100100 | 111110 | 1000111 |
Color Harmonies of #A5E386
Complementary color
Monochromatic Colors of #A5E386
Black with #A5E386
Text Example
Text Example
White with #A5E386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E386; }
p { color: rgb(165,227,134); }
H1.HeaderClassName
{
color: #A5E386;
}
.AnyTagClassName
{
color: #A5E386;
}
</style>
background-color css
<style>
a { background-color: #A5E386; }
a { background-color: rgb(165,227,134); }
div.DivClassName
{
background-color: #A5E386;
}
.BgClassName
{
background-color: #A5E386;
}
</style>
border-color css
<style>
span { border-color: #A5E386; }
span { border-color: rgb(165,227,134); }
td.TdClassName
{
border-color: #A5E386;
}
.TagClassName
{
border-color: #A5E386;
}
</style>