Shades of Feijoa #A0EF6D
Tints of Feijoa #A0EF6D
RGB
CMYK
RGB Variations
Color information
#A0EF6D (or 0xA0EF6D) is known color: Feijoa. HEX triplet: A0, EF and 6D. RGB value is (160,239,109). Sum of RGB (Red+Green+Blue) = 160+239+109=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EF6D is #5F1092. Grayscale: #C9C9C9. Windows color (decimal): -6230163 or 7204768. OLE color: 7204768.
HSL color Cylindrical-coordinate representation of color #A0EF6D: hue angle of 96.46º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0EF6D is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 109 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.06 |
| HSL | 96.46º | 0.8% | 0.68% | - |
| HSV(B) | 96.46º | 0.54% | 0.94% | - |
| XYZ | 48.12 | 70.31 | 25.5 | - |
| YUV | 200.56 | 76.33 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 109 | 0.33 | 0 | 0.54 | 0.06 | 96.46 | 0.8 | 0.68 |
| Hex | A0 | EF | 6D | 21 | 0 | 36 | 6 | 60 | 50 | 44 |
| Octal | 240 | 357 | 155 | 41 | 0 | 66 | 6 | 140 | 120 | 104 |
| Binary | 10100000 | 11101111 | 1101101 | 100001 | 0 | 110110 | 110 | 1100000 | 1010000 | 1000100 |
Color Harmonies of #A0EF6D
Complementary color
Monochromatic Colors of #A0EF6D
Black with #A0EF6D
Text Example
Text Example
White with #A0EF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF6D; }
p { color: rgb(160,239,109); }
H1.HeaderClassName
{
color: #A0EF6D;
}
.AnyTagClassName
{
color: #A0EF6D;
}
</style>
background-color css
<style>
a { background-color: #A0EF6D; }
a { background-color: rgb(160,239,109); }
div.DivClassName
{
background-color: #A0EF6D;
}
.BgClassName
{
background-color: #A0EF6D;
}
</style>
border-color css
<style>
span { border-color: #A0EF6D; }
span { border-color: rgb(160,239,109); }
td.TdClassName
{
border-color: #A0EF6D;
}
.TagClassName
{
border-color: #A0EF6D;
}
</style>