Shades of Feijoa #A5DE8E
Tints of Feijoa #A5DE8E
RGB
CMYK
RGB Variations
Color information
#A5DE8E (or 0xA5DE8E) is known color: Feijoa. HEX triplet: A5, DE and 8E. RGB value is (165,222,142). Sum of RGB (Red+Green+Blue) = 165+222+142=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DE8E is #5A2171. Grayscale: #C4C4C4. Windows color (decimal): -5906802 or 9363109. OLE color: 9363109.
HSL color Cylindrical-coordinate representation of color #A5DE8E: hue angle of 102.75º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5DE8E is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 222 | 142 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.13 |
| HSL | 102.75º | 0.55% | 0.71% | - |
| HSV(B) | 102.75º | 0.36% | 0.87% | - |
| XYZ | 46.52 | 62.19 | 35.14 | - |
| YUV | 195.84 | 97.62 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 142 | 0.26 | 0 | 0.36 | 0.13 | 102.75 | 0.55 | 0.71 |
| Hex | A5 | DE | 8E | 1A | 0 | 24 | D | 67 | 37 | 47 |
| Octal | 245 | 336 | 216 | 32 | 0 | 44 | 15 | 147 | 67 | 107 |
| Binary | 10100101 | 11011110 | 10001110 | 11010 | 0 | 100100 | 1101 | 1100111 | 110111 | 1000111 |
Color Harmonies of #A5DE8E
Complementary color
Monochromatic Colors of #A5DE8E
Black with #A5DE8E
Text Example
Text Example
White with #A5DE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DE8E; }
p { color: rgb(165,222,142); }
H1.HeaderClassName
{
color: #A5DE8E;
}
.AnyTagClassName
{
color: #A5DE8E;
}
</style>
background-color css
<style>
a { background-color: #A5DE8E; }
a { background-color: rgb(165,222,142); }
div.DivClassName
{
background-color: #A5DE8E;
}
.BgClassName
{
background-color: #A5DE8E;
}
</style>
border-color css
<style>
span { border-color: #A5DE8E; }
span { border-color: rgb(165,222,142); }
td.TdClassName
{
border-color: #A5DE8E;
}
.TagClassName
{
border-color: #A5DE8E;
}
</style>