Shades of Feijoa #A5D88E
Tints of Feijoa #A5D88E
RGB
CMYK
RGB Variations
Color information
#A5D88E (or 0xA5D88E) is known color: Feijoa. HEX triplet: A5, D8 and 8E. RGB value is (165,216,142). Sum of RGB (Red+Green+Blue) = 165+216+142=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D88E is #5A2771. Grayscale: #C0C0C0. Windows color (decimal): -5908338 or 9361573. OLE color: 9361573.
HSL color Cylindrical-coordinate representation of color #A5D88E: hue angle of 101.35º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5D88E is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 216 | 142 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.15 |
| HSL | 101.35º | 0.49% | 0.7% | - |
| HSV(B) | 101.35º | 0.34% | 0.85% | - |
| XYZ | 44.96 | 59.06 | 34.62 | - |
| YUV | 192.32 | 99.6 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 216 | 142 | 0.24 | 0 | 0.34 | 0.15 | 101.35 | 0.49 | 0.7 |
| Hex | A5 | D8 | 8E | 18 | 0 | 22 | F | 65 | 31 | 46 |
| Octal | 245 | 330 | 216 | 30 | 0 | 42 | 17 | 145 | 61 | 106 |
| Binary | 10100101 | 11011000 | 10001110 | 11000 | 0 | 100010 | 1111 | 1100101 | 110001 | 1000110 |
Color Harmonies of #A5D88E
Complementary color
Monochromatic Colors of #A5D88E
Black with #A5D88E
Text Example
Text Example
White with #A5D88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D88E; }
p { color: rgb(165,216,142); }
H1.HeaderClassName
{
color: #A5D88E;
}
.AnyTagClassName
{
color: #A5D88E;
}
</style>
background-color css
<style>
a { background-color: #A5D88E; }
a { background-color: rgb(165,216,142); }
div.DivClassName
{
background-color: #A5D88E;
}
.BgClassName
{
background-color: #A5D88E;
}
</style>
border-color css
<style>
span { border-color: #A5D88E; }
span { border-color: rgb(165,216,142); }
td.TdClassName
{
border-color: #A5D88E;
}
.TagClassName
{
border-color: #A5D88E;
}
</style>