Shades of Feijoa #A0EA6D
Tints of Feijoa #A0EA6D
RGB
CMYK
RGB Variations
Color information
#A0EA6D (or 0xA0EA6D) is known color: Feijoa. HEX triplet: A0, EA and 6D. RGB value is (160,234,109). Sum of RGB (Red+Green+Blue) = 160+234+109=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EA6D is #5F1592. Grayscale: #C6C6C6. Windows color (decimal): -6231443 or 7203488. OLE color: 7203488.
HSL color Cylindrical-coordinate representation of color #A0EA6D: hue angle of 95.52º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0EA6D is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 109 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.08 |
| HSL | 95.52º | 0.75% | 0.67% | - |
| HSV(B) | 95.52º | 0.53% | 0.92% | - |
| XYZ | 46.68 | 67.42 | 25.02 | - |
| YUV | 197.62 | 77.98 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 109 | 0.32 | 0 | 0.53 | 0.08 | 95.52 | 0.75 | 0.67 |
| Hex | A0 | EA | 6D | 20 | 0 | 35 | 8 | 60 | 4B | 43 |
| Octal | 240 | 352 | 155 | 40 | 0 | 65 | 10 | 140 | 113 | 103 |
| Binary | 10100000 | 11101010 | 1101101 | 100000 | 0 | 110101 | 1000 | 1100000 | 1001011 | 1000011 |
Color Harmonies of #A0EA6D
Complementary color
Monochromatic Colors of #A0EA6D
Black with #A0EA6D
Text Example
Text Example
White with #A0EA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EA6D; }
p { color: rgb(160,234,109); }
H1.HeaderClassName
{
color: #A0EA6D;
}
.AnyTagClassName
{
color: #A0EA6D;
}
</style>
background-color css
<style>
a { background-color: #A0EA6D; }
a { background-color: rgb(160,234,109); }
div.DivClassName
{
background-color: #A0EA6D;
}
.BgClassName
{
background-color: #A0EA6D;
}
</style>
border-color css
<style>
span { border-color: #A0EA6D; }
span { border-color: rgb(160,234,109); }
td.TdClassName
{
border-color: #A0EA6D;
}
.TagClassName
{
border-color: #A0EA6D;
}
</style>