Shades of Feijoa #A0EC67
Tints of Feijoa #A0EC67
RGB
CMYK
RGB Variations
Color information
#A0EC67 (or 0xA0EC67) is known color: Feijoa. HEX triplet: A0, EC and 67. RGB value is (160,236,103). Sum of RGB (Red+Green+Blue) = 160+236+103=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EC67 is #5F1398. Grayscale: #C6C6C6. Windows color (decimal): -6230937 or 6810784. OLE color: 6810784.
HSL color Cylindrical-coordinate representation of color #A0EC67: hue angle of 94.29º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0EC67 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 103 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.07 |
| HSL | 94.29º | 0.78% | 0.66% | - |
| HSV(B) | 94.29º | 0.56% | 0.93% | - |
| XYZ | 46.94 | 68.44 | 23.57 | - |
| YUV | 198.11 | 74.32 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 103 | 0.32 | 0 | 0.56 | 0.07 | 94.29 | 0.78 | 0.66 |
| Hex | A0 | EC | 67 | 20 | 0 | 38 | 7 | 5E | 4E | 42 |
| Octal | 240 | 354 | 147 | 40 | 0 | 70 | 7 | 136 | 116 | 102 |
| Binary | 10100000 | 11101100 | 1100111 | 100000 | 0 | 111000 | 111 | 1011110 | 1001110 | 1000010 |
Color Harmonies of #A0EC67
Complementary color
Monochromatic Colors of #A0EC67
Black with #A0EC67
Text Example
Text Example
White with #A0EC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC67; }
p { color: rgb(160,236,103); }
H1.HeaderClassName
{
color: #A0EC67;
}
.AnyTagClassName
{
color: #A0EC67;
}
</style>
background-color css
<style>
a { background-color: #A0EC67; }
a { background-color: rgb(160,236,103); }
div.DivClassName
{
background-color: #A0EC67;
}
.BgClassName
{
background-color: #A0EC67;
}
</style>
border-color css
<style>
span { border-color: #A0EC67; }
span { border-color: rgb(160,236,103); }
td.TdClassName
{
border-color: #A0EC67;
}
.TagClassName
{
border-color: #A0EC67;
}
</style>