Shades of Feijoa #A0E67C
Tints of Feijoa #A0E67C
RGB
CMYK
RGB Variations
Color information
#A0E67C (or 0xA0E67C) is known color: Feijoa. HEX triplet: A0, E6 and 7C. RGB value is (160,230,124). Sum of RGB (Red+Green+Blue) = 160+230+124=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E67C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E67C is #5F1983. Grayscale: #C5C5C5. Windows color (decimal): -6232452 or 8185504. OLE color: 8185504.
HSL color Cylindrical-coordinate representation of color #A0E67C: hue angle of 99.62º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0E67C is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 230 | 124 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.10 |
| HSL | 99.62º | 0.68% | 0.69% | - |
| HSV(B) | 99.62º | 0.46% | 0.9% | - |
| XYZ | 46.43 | 65.52 | 29.27 | - |
| YUV | 196.99 | 86.81 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 230 | 124 | 0.30 | 0 | 0.46 | 0.10 | 99.62 | 0.68 | 0.69 |
| Hex | A0 | E6 | 7C | 1E | 0 | 2E | A | 64 | 44 | 45 |
| Octal | 240 | 346 | 174 | 36 | 0 | 56 | 12 | 144 | 104 | 105 |
| Binary | 10100000 | 11100110 | 1111100 | 11110 | 0 | 101110 | 1010 | 1100100 | 1000100 | 1000101 |
Color Harmonies of #A0E67C
Complementary color
Monochromatic Colors of #A0E67C
Black with #A0E67C
Text Example
Text Example
White with #A0E67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E67C; }
p { color: rgb(160,230,124); }
H1.HeaderClassName
{
color: #A0E67C;
}
.AnyTagClassName
{
color: #A0E67C;
}
</style>
background-color css
<style>
a { background-color: #A0E67C; }
a { background-color: rgb(160,230,124); }
div.DivClassName
{
background-color: #A0E67C;
}
.BgClassName
{
background-color: #A0E67C;
}
</style>
border-color css
<style>
span { border-color: #A0E67C; }
span { border-color: rgb(160,230,124); }
td.TdClassName
{
border-color: #A0E67C;
}
.TagClassName
{
border-color: #A0E67C;
}
</style>