Shades of Feijoa #A8D97E
Tints of Feijoa #A8D97E
RGB
CMYK
RGB Variations
Color information
#A8D97E (or 0xA8D97E) is known color: Feijoa. HEX triplet: A8, D9 and 7E. RGB value is (168,217,126). Sum of RGB (Red+Green+Blue) = 168+217+126=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D97E is #572681. Grayscale: #C0C0C0. Windows color (decimal): -5711490 or 8313256. OLE color: 8313256.
HSL color Cylindrical-coordinate representation of color #A8D97E: hue angle of 92.31º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8D97E is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 126 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.15 |
| HSL | 92.31º | 0.54% | 0.67% | - |
| HSV(B) | 92.31º | 0.42% | 0.85% | - |
| XYZ | 44.73 | 59.46 | 28.86 | - |
| YUV | 191.98 | 90.77 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 126 | 0.23 | 0 | 0.42 | 0.15 | 92.31 | 0.54 | 0.67 |
| Hex | A8 | D9 | 7E | 17 | 0 | 2A | F | 5C | 36 | 43 |
| Octal | 250 | 331 | 176 | 27 | 0 | 52 | 17 | 134 | 66 | 103 |
| Binary | 10101000 | 11011001 | 1111110 | 10111 | 0 | 101010 | 1111 | 1011100 | 110110 | 1000011 |
Color Harmonies of #A8D97E
Complementary color
Monochromatic Colors of #A8D97E
Black with #A8D97E
Text Example
Text Example
White with #A8D97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D97E; }
p { color: rgb(168,217,126); }
H1.HeaderClassName
{
color: #A8D97E;
}
.AnyTagClassName
{
color: #A8D97E;
}
</style>
background-color css
<style>
a { background-color: #A8D97E; }
a { background-color: rgb(168,217,126); }
div.DivClassName
{
background-color: #A8D97E;
}
.BgClassName
{
background-color: #A8D97E;
}
</style>
border-color css
<style>
span { border-color: #A8D97E; }
span { border-color: rgb(168,217,126); }
td.TdClassName
{
border-color: #A8D97E;
}
.TagClassName
{
border-color: #A8D97E;
}
</style>