Shades of Feijoa #A5E286
Tints of Feijoa #A5E286
RGB
CMYK
RGB Variations
Color information
#A5E286 (or 0xA5E286) is known color: Feijoa. HEX triplet: A5, E2 and 86. RGB value is (165,226,134). Sum of RGB (Red+Green+Blue) = 165+226+134=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E286 is #5A1D79. Grayscale: #C5C5C5. Windows color (decimal): -5905786 or 8839845. OLE color: 8839845.
HSL color Cylindrical-coordinate representation of color #A5E286: hue angle of 99.78º degrees, saturation: 0.61, 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 #A5E286 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 134 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.11 |
| HSL | 99.78º | 0.61% | 0.71% | - |
| HSV(B) | 99.78º | 0.41% | 0.89% | - |
| XYZ | 47.02 | 64.11 | 32.45 | - |
| YUV | 197.27 | 92.29 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 134 | 0.27 | 0 | 0.41 | 0.11 | 99.78 | 0.61 | 0.71 |
| Hex | A5 | E2 | 86 | 1B | 0 | 29 | B | 64 | 3D | 47 |
| Octal | 245 | 342 | 206 | 33 | 0 | 51 | 13 | 144 | 75 | 107 |
| Binary | 10100101 | 11100010 | 10000110 | 11011 | 0 | 101001 | 1011 | 1100100 | 111101 | 1000111 |
Color Harmonies of #A5E286
Complementary color
Monochromatic Colors of #A5E286
Black with #A5E286
Text Example
Text Example
White with #A5E286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E286; }
p { color: rgb(165,226,134); }
H1.HeaderClassName
{
color: #A5E286;
}
.AnyTagClassName
{
color: #A5E286;
}
</style>
background-color css
<style>
a { background-color: #A5E286; }
a { background-color: rgb(165,226,134); }
div.DivClassName
{
background-color: #A5E286;
}
.BgClassName
{
background-color: #A5E286;
}
</style>
border-color css
<style>
span { border-color: #A5E286; }
span { border-color: rgb(165,226,134); }
td.TdClassName
{
border-color: #A5E286;
}
.TagClassName
{
border-color: #A5E286;
}
</style>