Shades of Feijoa #A0E96D
Tints of Feijoa #A0E96D
RGB
CMYK
RGB Variations
Color information
#A0E96D (or 0xA0E96D) is known color: Feijoa. HEX triplet: A0, E9 and 6D. RGB value is (160,233,109). Sum of RGB (Red+Green+Blue) = 160+233+109=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E96D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E96D is #5F1692. Grayscale: #C5C5C5. Windows color (decimal): -6231699 or 7203232. OLE color: 7203232.
HSL color Cylindrical-coordinate representation of color #A0E96D: hue angle of 95.32º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0E96D is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 109 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.09 |
| HSL | 95.32º | 0.74% | 0.67% | - |
| HSV(B) | 95.32º | 0.53% | 0.91% | - |
| XYZ | 46.4 | 66.86 | 24.93 | - |
| YUV | 197.04 | 78.32 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 109 | 0.31 | 0 | 0.53 | 0.09 | 95.32 | 0.74 | 0.67 |
| Hex | A0 | E9 | 6D | 1F | 0 | 35 | 9 | 5F | 4A | 43 |
| Octal | 240 | 351 | 155 | 37 | 0 | 65 | 11 | 137 | 112 | 103 |
| Binary | 10100000 | 11101001 | 1101101 | 11111 | 0 | 110101 | 1001 | 1011111 | 1001010 | 1000011 |
Color Harmonies of #A0E96D
Complementary color
Monochromatic Colors of #A0E96D
Black with #A0E96D
Text Example
Text Example
White with #A0E96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E96D; }
p { color: rgb(160,233,109); }
H1.HeaderClassName
{
color: #A0E96D;
}
.AnyTagClassName
{
color: #A0E96D;
}
</style>
background-color css
<style>
a { background-color: #A0E96D; }
a { background-color: rgb(160,233,109); }
div.DivClassName
{
background-color: #A0E96D;
}
.BgClassName
{
background-color: #A0E96D;
}
</style>
border-color css
<style>
span { border-color: #A0E96D; }
span { border-color: rgb(160,233,109); }
td.TdClassName
{
border-color: #A0E96D;
}
.TagClassName
{
border-color: #A0E96D;
}
</style>