Shades of Feijoa #A0E282
Tints of Feijoa #A0E282
RGB
CMYK
RGB Variations
Color information
#A0E282 (or 0xA0E282) is known color: Feijoa. HEX triplet: A0, E2 and 82. RGB value is (160,226,130). Sum of RGB (Red+Green+Blue) = 160+226+130=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E282 is #5F1D7D. Grayscale: #C3C3C3. Windows color (decimal): -6233470 or 8577696. OLE color: 8577696.
HSL color Cylindrical-coordinate representation of color #A0E282: hue angle of 101.25º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0E282 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 226 | 130 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.11 |
| HSL | 101.25º | 0.62% | 0.7% | - |
| HSV(B) | 101.25º | 0.42% | 0.89% | - |
| XYZ | 45.72 | 63.48 | 30.96 | - |
| YUV | 195.32 | 91.13 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 130 | 0.29 | 0 | 0.42 | 0.11 | 101.25 | 0.62 | 0.7 |
| Hex | A0 | E2 | 82 | 1D | 0 | 2A | B | 65 | 3E | 46 |
| Octal | 240 | 342 | 202 | 35 | 0 | 52 | 13 | 145 | 76 | 106 |
| Binary | 10100000 | 11100010 | 10000010 | 11101 | 0 | 101010 | 1011 | 1100101 | 111110 | 1000110 |
Color Harmonies of #A0E282
Complementary color
Monochromatic Colors of #A0E282
Black with #A0E282
Text Example
Text Example
White with #A0E282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E282; }
p { color: rgb(160,226,130); }
H1.HeaderClassName
{
color: #A0E282;
}
.AnyTagClassName
{
color: #A0E282;
}
</style>
background-color css
<style>
a { background-color: #A0E282; }
a { background-color: rgb(160,226,130); }
div.DivClassName
{
background-color: #A0E282;
}
.BgClassName
{
background-color: #A0E282;
}
</style>
border-color css
<style>
span { border-color: #A0E282; }
span { border-color: rgb(160,226,130); }
td.TdClassName
{
border-color: #A0E282;
}
.TagClassName
{
border-color: #A0E282;
}
</style>