Shades of Feijoa #A0EE7F
Tints of Feijoa #A0EE7F
RGB
CMYK
RGB Variations
Color information
#A0EE7F (or 0xA0EE7F) is known color: Feijoa. HEX triplet: A0, EE and 7F. RGB value is (160,238,127). Sum of RGB (Red+Green+Blue) = 160+238+127=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EE7F is #5F1180. Grayscale: #CACACA. Windows color (decimal): -6230401 or 8384160. OLE color: 8384160.
HSL color Cylindrical-coordinate representation of color #A0EE7F: hue angle of 102.16º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0EE7F is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 127 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.07 |
| HSL | 102.16º | 0.77% | 0.72% | - |
| HSV(B) | 102.16º | 0.47% | 0.93% | - |
| XYZ | 48.9 | 70.15 | 31.04 | - |
| YUV | 202.02 | 85.66 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 127 | 0.33 | 0 | 0.47 | 0.07 | 102.16 | 0.77 | 0.72 |
| Hex | A0 | EE | 7F | 21 | 0 | 2F | 7 | 66 | 4D | 48 |
| Octal | 240 | 356 | 177 | 41 | 0 | 57 | 7 | 146 | 115 | 110 |
| Binary | 10100000 | 11101110 | 1111111 | 100001 | 0 | 101111 | 111 | 1100110 | 1001101 | 1001000 |
Color Harmonies of #A0EE7F
Complementary color
Monochromatic Colors of #A0EE7F
Black with #A0EE7F
Text Example
Text Example
White with #A0EE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EE7F; }
p { color: rgb(160,238,127); }
H1.HeaderClassName
{
color: #A0EE7F;
}
.AnyTagClassName
{
color: #A0EE7F;
}
</style>
background-color css
<style>
a { background-color: #A0EE7F; }
a { background-color: rgb(160,238,127); }
div.DivClassName
{
background-color: #A0EE7F;
}
.BgClassName
{
background-color: #A0EE7F;
}
</style>
border-color css
<style>
span { border-color: #A0EE7F; }
span { border-color: rgb(160,238,127); }
td.TdClassName
{
border-color: #A0EE7F;
}
.TagClassName
{
border-color: #A0EE7F;
}
</style>