Shades of Feijoa #A0EF6A
Tints of Feijoa #A0EF6A
RGB
CMYK
RGB Variations
Color information
#A0EF6A (or 0xA0EF6A) is known color: Feijoa. HEX triplet: A0, EF and 6A. RGB value is (160,239,106). Sum of RGB (Red+Green+Blue) = 160+239+106=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EF6A is #5F1095. Grayscale: #C8C8C8. Windows color (decimal): -6230166 or 7008160. OLE color: 7008160.
HSL color Cylindrical-coordinate representation of color #A0EF6A: hue angle of 95.64º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0EF6A is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 106 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.06 |
| HSL | 95.64º | 0.81% | 0.68% | - |
| HSV(B) | 95.64º | 0.56% | 0.94% | - |
| XYZ | 47.97 | 70.25 | 24.67 | - |
| YUV | 200.22 | 74.83 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 106 | 0.33 | 0 | 0.56 | 0.06 | 95.64 | 0.81 | 0.68 |
| Hex | A0 | EF | 6A | 21 | 0 | 38 | 6 | 60 | 51 | 44 |
| Octal | 240 | 357 | 152 | 41 | 0 | 70 | 6 | 140 | 121 | 104 |
| Binary | 10100000 | 11101111 | 1101010 | 100001 | 0 | 111000 | 110 | 1100000 | 1010001 | 1000100 |
Color Harmonies of #A0EF6A
Complementary color
Monochromatic Colors of #A0EF6A
Black with #A0EF6A
Text Example
Text Example
White with #A0EF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF6A; }
p { color: rgb(160,239,106); }
H1.HeaderClassName
{
color: #A0EF6A;
}
.AnyTagClassName
{
color: #A0EF6A;
}
</style>
background-color css
<style>
a { background-color: #A0EF6A; }
a { background-color: rgb(160,239,106); }
div.DivClassName
{
background-color: #A0EF6A;
}
.BgClassName
{
background-color: #A0EF6A;
}
</style>
border-color css
<style>
span { border-color: #A0EF6A; }
span { border-color: rgb(160,239,106); }
td.TdClassName
{
border-color: #A0EF6A;
}
.TagClassName
{
border-color: #A0EF6A;
}
</style>