Shades of Feijoa #A0EA74
Tints of Feijoa #A0EA74
RGB
CMYK
RGB Variations
Color information
#A0EA74 (or 0xA0EA74) is known color: Feijoa. HEX triplet: A0, EA and 74. RGB value is (160,234,116). Sum of RGB (Red+Green+Blue) = 160+234+116=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EA74 is #5F158B. Grayscale: #C6C6C6. Windows color (decimal): -6231436 or 7662240. OLE color: 7662240.
HSL color Cylindrical-coordinate representation of color #A0EA74: hue angle of 97.63º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0EA74 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 116 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.08 |
| HSL | 97.63º | 0.74% | 0.69% | - |
| HSV(B) | 97.63º | 0.5% | 0.92% | - |
| XYZ | 47.07 | 67.58 | 27.09 | - |
| YUV | 198.42 | 81.48 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 116 | 0.32 | 0 | 0.50 | 0.08 | 97.63 | 0.74 | 0.69 |
| Hex | A0 | EA | 74 | 20 | 0 | 32 | 8 | 62 | 4A | 45 |
| Octal | 240 | 352 | 164 | 40 | 0 | 62 | 10 | 142 | 112 | 105 |
| Binary | 10100000 | 11101010 | 1110100 | 100000 | 0 | 110010 | 1000 | 1100010 | 1001010 | 1000101 |
Color Harmonies of #A0EA74
Complementary color
Monochromatic Colors of #A0EA74
Black with #A0EA74
Text Example
Text Example
White with #A0EA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EA74; }
p { color: rgb(160,234,116); }
H1.HeaderClassName
{
color: #A0EA74;
}
.AnyTagClassName
{
color: #A0EA74;
}
</style>
background-color css
<style>
a { background-color: #A0EA74; }
a { background-color: rgb(160,234,116); }
div.DivClassName
{
background-color: #A0EA74;
}
.BgClassName
{
background-color: #A0EA74;
}
</style>
border-color css
<style>
span { border-color: #A0EA74; }
span { border-color: rgb(160,234,116); }
td.TdClassName
{
border-color: #A0EA74;
}
.TagClassName
{
border-color: #A0EA74;
}
</style>