Shades of Feijoa #A0DA7E
Tints of Feijoa #A0DA7E
RGB
CMYK
RGB Variations
Color information
#A0DA7E (or 0xA0DA7E) is known color: Feijoa. HEX triplet: A0, DA and 7E. RGB value is (160,218,126). Sum of RGB (Red+Green+Blue) = 160+218+126=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA7E is #5F2581. Grayscale: #BEBEBE. Windows color (decimal): -6235522 or 8313504. OLE color: 8313504.
HSL color Cylindrical-coordinate representation of color #A0DA7E: hue angle of 97.83º degrees, saturation: 0.55, 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 #A0DA7E is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 126 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.15 |
| HSL | 97.83º | 0.55% | 0.67% | - |
| HSV(B) | 97.83º | 0.42% | 0.85% | - |
| XYZ | 43.33 | 59.12 | 28.87 | - |
| YUV | 190.17 | 91.78 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 126 | 0.27 | 0 | 0.42 | 0.15 | 97.83 | 0.55 | 0.67 |
| Hex | A0 | DA | 7E | 1B | 0 | 2A | F | 62 | 37 | 43 |
| Octal | 240 | 332 | 176 | 33 | 0 | 52 | 17 | 142 | 67 | 103 |
| Binary | 10100000 | 11011010 | 1111110 | 11011 | 0 | 101010 | 1111 | 1100010 | 110111 | 1000011 |
Color Harmonies of #A0DA7E
Complementary color
Monochromatic Colors of #A0DA7E
Black with #A0DA7E
Text Example
Text Example
White with #A0DA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA7E; }
p { color: rgb(160,218,126); }
H1.HeaderClassName
{
color: #A0DA7E;
}
.AnyTagClassName
{
color: #A0DA7E;
}
</style>
background-color css
<style>
a { background-color: #A0DA7E; }
a { background-color: rgb(160,218,126); }
div.DivClassName
{
background-color: #A0DA7E;
}
.BgClassName
{
background-color: #A0DA7E;
}
</style>
border-color css
<style>
span { border-color: #A0DA7E; }
span { border-color: rgb(160,218,126); }
td.TdClassName
{
border-color: #A0DA7E;
}
.TagClassName
{
border-color: #A0DA7E;
}
</style>