Shades of Feijoa #A0E17A
Tints of Feijoa #A0E17A
RGB
CMYK
RGB Variations
Color information
#A0E17A (or 0xA0E17A) is known color: Feijoa. HEX triplet: A0, E1 and 7A. RGB value is (160,225,122). Sum of RGB (Red+Green+Blue) = 160+225+122=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E17A is #5F1E85. Grayscale: #C2C2C2. Windows color (decimal): -6233734 or 8053152. OLE color: 8053152.
HSL color Cylindrical-coordinate representation of color #A0E17A: hue angle of 97.86º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0E17A is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 225 | 122 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.12 |
| HSL | 97.86º | 0.63% | 0.68% | - |
| HSV(B) | 97.86º | 0.46% | 0.88% | - |
| XYZ | 44.94 | 62.73 | 28.15 | - |
| YUV | 193.82 | 87.47 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 122 | 0.29 | 0 | 0.46 | 0.12 | 97.86 | 0.63 | 0.68 |
| Hex | A0 | E1 | 7A | 1D | 0 | 2E | C | 62 | 3F | 44 |
| Octal | 240 | 341 | 172 | 35 | 0 | 56 | 14 | 142 | 77 | 104 |
| Binary | 10100000 | 11100001 | 1111010 | 11101 | 0 | 101110 | 1100 | 1100010 | 111111 | 1000100 |
Color Harmonies of #A0E17A
Complementary color
Monochromatic Colors of #A0E17A
Black with #A0E17A
Text Example
Text Example
White with #A0E17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E17A; }
p { color: rgb(160,225,122); }
H1.HeaderClassName
{
color: #A0E17A;
}
.AnyTagClassName
{
color: #A0E17A;
}
</style>
background-color css
<style>
a { background-color: #A0E17A; }
a { background-color: rgb(160,225,122); }
div.DivClassName
{
background-color: #A0E17A;
}
.BgClassName
{
background-color: #A0E17A;
}
</style>
border-color css
<style>
span { border-color: #A0E17A; }
span { border-color: rgb(160,225,122); }
td.TdClassName
{
border-color: #A0E17A;
}
.TagClassName
{
border-color: #A0E17A;
}
</style>