Shades of Feijoa #A0D97A
Tints of Feijoa #A0D97A
RGB
CMYK
RGB Variations
Color information
#A0D97A (or 0xA0D97A) is known color: Feijoa. HEX triplet: A0, D9 and 7A. RGB value is (160,217,122). Sum of RGB (Red+Green+Blue) = 160+217+122=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D97A is #5F2685. Grayscale: #BDBDBD. Windows color (decimal): -6235782 or 8051104. OLE color: 8051104.
HSL color Cylindrical-coordinate representation of color #A0D97A: hue angle of 96º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0D97A is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 122 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.15 |
| HSL | 96º | 0.56% | 0.66% | - |
| HSV(B) | 96º | 0.44% | 0.85% | - |
| XYZ | 42.82 | 58.5 | 27.45 | - |
| YUV | 189.13 | 90.12 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 122 | 0.26 | 0 | 0.44 | 0.15 | 96 | 0.56 | 0.66 |
| Hex | A0 | D9 | 7A | 1A | 0 | 2C | F | 60 | 38 | 42 |
| Octal | 240 | 331 | 172 | 32 | 0 | 54 | 17 | 140 | 70 | 102 |
| Binary | 10100000 | 11011001 | 1111010 | 11010 | 0 | 101100 | 1111 | 1100000 | 111000 | 1000010 |
Color Harmonies of #A0D97A
Complementary color
Monochromatic Colors of #A0D97A
Black with #A0D97A
Text Example
Text Example
White with #A0D97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D97A; }
p { color: rgb(160,217,122); }
H1.HeaderClassName
{
color: #A0D97A;
}
.AnyTagClassName
{
color: #A0D97A;
}
</style>
background-color css
<style>
a { background-color: #A0D97A; }
a { background-color: rgb(160,217,122); }
div.DivClassName
{
background-color: #A0D97A;
}
.BgClassName
{
background-color: #A0D97A;
}
</style>
border-color css
<style>
span { border-color: #A0D97A; }
span { border-color: rgb(160,217,122); }
td.TdClassName
{
border-color: #A0D97A;
}
.TagClassName
{
border-color: #A0D97A;
}
</style>