Shades of Feijoa #A0E082
Tints of Feijoa #A0E082
RGB
CMYK
RGB Variations
Color information
#A0E082 (or 0xA0E082) is known color: Feijoa. HEX triplet: A0, E0 and 82. RGB value is (160,224,130). Sum of RGB (Red+Green+Blue) = 160+224+130=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E082 is #5F1F7D. Grayscale: #C2C2C2. Windows color (decimal): -6233982 or 8577184. OLE color: 8577184.
HSL color Cylindrical-coordinate representation of color #A0E082: hue angle of 100.85º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0E082 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 130 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.12 |
| HSL | 100.85º | 0.6% | 0.69% | - |
| HSV(B) | 100.85º | 0.42% | 0.88% | - |
| XYZ | 45.18 | 62.4 | 30.78 | - |
| YUV | 194.15 | 91.8 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 130 | 0.29 | 0 | 0.42 | 0.12 | 100.85 | 0.6 | 0.69 |
| Hex | A0 | E0 | 82 | 1D | 0 | 2A | C | 65 | 3C | 45 |
| Octal | 240 | 340 | 202 | 35 | 0 | 52 | 14 | 145 | 74 | 105 |
| Binary | 10100000 | 11100000 | 10000010 | 11101 | 0 | 101010 | 1100 | 1100101 | 111100 | 1000101 |
Color Harmonies of #A0E082
Complementary color
Monochromatic Colors of #A0E082
Black with #A0E082
Text Example
Text Example
White with #A0E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E082; }
p { color: rgb(160,224,130); }
H1.HeaderClassName
{
color: #A0E082;
}
.AnyTagClassName
{
color: #A0E082;
}
</style>
background-color css
<style>
a { background-color: #A0E082; }
a { background-color: rgb(160,224,130); }
div.DivClassName
{
background-color: #A0E082;
}
.BgClassName
{
background-color: #A0E082;
}
</style>
border-color css
<style>
span { border-color: #A0E082; }
span { border-color: rgb(160,224,130); }
td.TdClassName
{
border-color: #A0E082;
}
.TagClassName
{
border-color: #A0E082;
}
</style>