Shades of Feijoa #A0E46C
Tints of Feijoa #A0E46C
RGB
CMYK
RGB Variations
Color information
#A0E46C (or 0xA0E46C) is known color: Feijoa. HEX triplet: A0, E4 and 6C. RGB value is (160,228,108). Sum of RGB (Red+Green+Blue) = 160+228+108=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E46C is #5F1B93. Grayscale: #C2C2C2. Windows color (decimal): -6232980 or 7136416. OLE color: 7136416.
HSL color Cylindrical-coordinate representation of color #A0E46C: hue angle of 94º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0E46C is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 228 | 108 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.11 |
| HSL | 94º | 0.69% | 0.66% | - |
| HSV(B) | 94º | 0.53% | 0.89% | - |
| XYZ | 44.95 | 64.04 | 24.18 | - |
| YUV | 193.99 | 79.47 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 108 | 0.30 | 0 | 0.53 | 0.11 | 94 | 0.69 | 0.66 |
| Hex | A0 | E4 | 6C | 1E | 0 | 35 | B | 5E | 45 | 42 |
| Octal | 240 | 344 | 154 | 36 | 0 | 65 | 13 | 136 | 105 | 102 |
| Binary | 10100000 | 11100100 | 1101100 | 11110 | 0 | 110101 | 1011 | 1011110 | 1000101 | 1000010 |
Color Harmonies of #A0E46C
Complementary color
Monochromatic Colors of #A0E46C
Black with #A0E46C
Text Example
Text Example
White with #A0E46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E46C; }
p { color: rgb(160,228,108); }
H1.HeaderClassName
{
color: #A0E46C;
}
.AnyTagClassName
{
color: #A0E46C;
}
</style>
background-color css
<style>
a { background-color: #A0E46C; }
a { background-color: rgb(160,228,108); }
div.DivClassName
{
background-color: #A0E46C;
}
.BgClassName
{
background-color: #A0E46C;
}
</style>
border-color css
<style>
span { border-color: #A0E46C; }
span { border-color: rgb(160,228,108); }
td.TdClassName
{
border-color: #A0E46C;
}
.TagClassName
{
border-color: #A0E46C;
}
</style>