Shades of Feijoa #A4DA8E
Tints of Feijoa #A4DA8E
RGB
CMYK
RGB Variations
Color information
#A4DA8E (or 0xA4DA8E) is known color: Feijoa. HEX triplet: A4, DA and 8E. RGB value is (164,218,142). Sum of RGB (Red+Green+Blue) = 164+218+142=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DA8E is #5B2571. Grayscale: #C1C1C1. Windows color (decimal): -5973362 or 9362084. OLE color: 9362084.
HSL color Cylindrical-coordinate representation of color #A4DA8E: hue angle of 102.63º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4DA8E is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 218 | 142 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.15 |
| HSL | 102.63º | 0.51% | 0.71% | - |
| HSV(B) | 102.63º | 0.35% | 0.85% | - |
| XYZ | 45.26 | 59.99 | 34.78 | - |
| YUV | 193.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 218 | 142 | 0.25 | 0 | 0.35 | 0.15 | 102.63 | 0.51 | 0.71 |
| Hex | A4 | DA | 8E | 19 | 0 | 23 | F | 67 | 33 | 47 |
| Octal | 244 | 332 | 216 | 31 | 0 | 43 | 17 | 147 | 63 | 107 |
| Binary | 10100100 | 11011010 | 10001110 | 11001 | 0 | 100011 | 1111 | 1100111 | 110011 | 1000111 |
Color Harmonies of #A4DA8E
Complementary color
Monochromatic Colors of #A4DA8E
Black with #A4DA8E
Text Example
Text Example
White with #A4DA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DA8E; }
p { color: rgb(164,218,142); }
H1.HeaderClassName
{
color: #A4DA8E;
}
.AnyTagClassName
{
color: #A4DA8E;
}
</style>
background-color css
<style>
a { background-color: #A4DA8E; }
a { background-color: rgb(164,218,142); }
div.DivClassName
{
background-color: #A4DA8E;
}
.BgClassName
{
background-color: #A4DA8E;
}
</style>
border-color css
<style>
span { border-color: #A4DA8E; }
span { border-color: rgb(164,218,142); }
td.TdClassName
{
border-color: #A4DA8E;
}
.TagClassName
{
border-color: #A4DA8E;
}
</style>