Shades of Feijoa #A0D97E
Tints of Feijoa #A0D97E
RGB
CMYK
RGB Variations
Color information
#A0D97E (or 0xA0D97E) is known color: Feijoa. HEX triplet: A0, D9 and 7E. RGB value is (160,217,126). Sum of RGB (Red+Green+Blue) = 160+217+126=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D97E is #5F2681. Grayscale: #BDBDBD. Windows color (decimal): -6235778 or 8313248. OLE color: 8313248.
HSL color Cylindrical-coordinate representation of color #A0D97E: hue angle of 97.58º 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 #A0D97E is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 126 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.15 |
| HSL | 97.58º | 0.54% | 0.67% | - |
| HSV(B) | 97.58º | 0.42% | 0.85% | - |
| XYZ | 43.08 | 58.61 | 28.78 | - |
| YUV | 189.58 | 92.12 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 126 | 0.26 | 0 | 0.42 | 0.15 | 97.58 | 0.54 | 0.67 |
| Hex | A0 | D9 | 7E | 1A | 0 | 2A | F | 62 | 36 | 43 |
| Octal | 240 | 331 | 176 | 32 | 0 | 52 | 17 | 142 | 66 | 103 |
| Binary | 10100000 | 11011001 | 1111110 | 11010 | 0 | 101010 | 1111 | 1100010 | 110110 | 1000011 |
Color Harmonies of #A0D97E
Complementary color
Monochromatic Colors of #A0D97E
Black with #A0D97E
Text Example
Text Example
White with #A0D97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D97E; }
p { color: rgb(160,217,126); }
H1.HeaderClassName
{
color: #A0D97E;
}
.AnyTagClassName
{
color: #A0D97E;
}
</style>
background-color css
<style>
a { background-color: #A0D97E; }
a { background-color: rgb(160,217,126); }
div.DivClassName
{
background-color: #A0D97E;
}
.BgClassName
{
background-color: #A0D97E;
}
</style>
border-color css
<style>
span { border-color: #A0D97E; }
span { border-color: rgb(160,217,126); }
td.TdClassName
{
border-color: #A0D97E;
}
.TagClassName
{
border-color: #A0D97E;
}
</style>