Shades of Feijoa #A8DA8E
Tints of Feijoa #A8DA8E
RGB
CMYK
RGB Variations
Color information
#A8DA8E (or 0xA8DA8E) is known color: Feijoa. HEX triplet: A8, DA and 8E. RGB value is (168,218,142). Sum of RGB (Red+Green+Blue) = 168+218+142=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DA8E is #572571. Grayscale: #C2C2C2. Windows color (decimal): -5711218 or 9362088. OLE color: 9362088.
HSL color Cylindrical-coordinate representation of color #A8DA8E: hue angle of 99.47º 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 #A8DA8E is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 142 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.15 |
| HSL | 99.47º | 0.51% | 0.71% | - |
| HSV(B) | 99.47º | 0.35% | 0.85% | - |
| XYZ | 46.1 | 60.42 | 34.82 | - |
| YUV | 194.39 | 98.44 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 142 | 0.23 | 0 | 0.35 | 0.15 | 99.47 | 0.51 | 0.71 |
| Hex | A8 | DA | 8E | 17 | 0 | 23 | F | 63 | 33 | 47 |
| Octal | 250 | 332 | 216 | 27 | 0 | 43 | 17 | 143 | 63 | 107 |
| Binary | 10101000 | 11011010 | 10001110 | 10111 | 0 | 100011 | 1111 | 1100011 | 110011 | 1000111 |
Color Harmonies of #A8DA8E
Complementary color
Monochromatic Colors of #A8DA8E
Black with #A8DA8E
Text Example
Text Example
White with #A8DA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA8E; }
p { color: rgb(168,218,142); }
H1.HeaderClassName
{
color: #A8DA8E;
}
.AnyTagClassName
{
color: #A8DA8E;
}
</style>
background-color css
<style>
a { background-color: #A8DA8E; }
a { background-color: rgb(168,218,142); }
div.DivClassName
{
background-color: #A8DA8E;
}
.BgClassName
{
background-color: #A8DA8E;
}
</style>
border-color css
<style>
span { border-color: #A8DA8E; }
span { border-color: rgb(168,218,142); }
td.TdClassName
{
border-color: #A8DA8E;
}
.TagClassName
{
border-color: #A8DA8E;
}
</style>