Shades of Feijoa #A0E271
Tints of Feijoa #A0E271
RGB
CMYK
RGB Variations
Color information
#A0E271 (or 0xA0E271) is known color: Feijoa. HEX triplet: A0, E2 and 71. RGB value is (160,226,113). Sum of RGB (Red+Green+Blue) = 160+226+113=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E271 is #5F1D8E. Grayscale: #C1C1C1. Windows color (decimal): -6233487 or 7463584. OLE color: 7463584.
HSL color Cylindrical-coordinate representation of color #A0E271: hue angle of 95.04º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0E271 is Cyan = 0.29, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 226 | 113 | - |
| CMYK | 0.29 | 0 | 0.5 | 0.11 |
| HSL | 95.04º | 0.66% | 0.66% | - |
| HSV(B) | 95.04º | 0.5% | 0.89% | - |
| XYZ | 44.67 | 63.06 | 25.44 | - |
| YUV | 193.38 | 82.63 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 113 | 0.29 | 0 | 0.5 | 0.11 | 95.04 | 0.66 | 0.66 |
| Hex | A0 | E2 | 71 | 1D | 0 | 32 | B | 5F | 42 | 42 |
| Octal | 240 | 342 | 161 | 35 | 0 | 62 | 13 | 137 | 102 | 102 |
| Binary | 10100000 | 11100010 | 1110001 | 11101 | 0 | 110010 | 1011 | 1011111 | 1000010 | 1000010 |
Color Harmonies of #A0E271
Complementary color
Monochromatic Colors of #A0E271
Black with #A0E271
Text Example
Text Example
White with #A0E271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E271; }
p { color: rgb(160,226,113); }
H1.HeaderClassName
{
color: #A0E271;
}
.AnyTagClassName
{
color: #A0E271;
}
</style>
background-color css
<style>
a { background-color: #A0E271; }
a { background-color: rgb(160,226,113); }
div.DivClassName
{
background-color: #A0E271;
}
.BgClassName
{
background-color: #A0E271;
}
</style>
border-color css
<style>
span { border-color: #A0E271; }
span { border-color: rgb(160,226,113); }
td.TdClassName
{
border-color: #A0E271;
}
.TagClassName
{
border-color: #A0E271;
}
</style>