Shades of Feijoa #A0E47B
Tints of Feijoa #A0E47B
RGB
CMYK
RGB Variations
Color information
#A0E47B (or 0xA0E47B) is known color: Feijoa. HEX triplet: A0, E4 and 7B. RGB value is (160,228,123). Sum of RGB (Red+Green+Blue) = 160+228+123=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E47B is #5F1B84. Grayscale: #C4C4C4. Windows color (decimal): -6232965 or 8119456. OLE color: 8119456.
HSL color Cylindrical-coordinate representation of color #A0E47B: hue angle of 98.86º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0E47B is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 228 | 123 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.11 |
| HSL | 98.86º | 0.66% | 0.69% | - |
| HSV(B) | 98.86º | 0.46% | 0.89% | - |
| XYZ | 45.82 | 64.39 | 28.75 | - |
| YUV | 195.7 | 86.97 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 123 | 0.30 | 0 | 0.46 | 0.11 | 98.86 | 0.66 | 0.69 |
| Hex | A0 | E4 | 7B | 1E | 0 | 2E | B | 63 | 42 | 45 |
| Octal | 240 | 344 | 173 | 36 | 0 | 56 | 13 | 143 | 102 | 105 |
| Binary | 10100000 | 11100100 | 1111011 | 11110 | 0 | 101110 | 1011 | 1100011 | 1000010 | 1000101 |
Color Harmonies of #A0E47B
Complementary color
Monochromatic Colors of #A0E47B
Black with #A0E47B
Text Example
Text Example
White with #A0E47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E47B; }
p { color: rgb(160,228,123); }
H1.HeaderClassName
{
color: #A0E47B;
}
.AnyTagClassName
{
color: #A0E47B;
}
</style>
background-color css
<style>
a { background-color: #A0E47B; }
a { background-color: rgb(160,228,123); }
div.DivClassName
{
background-color: #A0E47B;
}
.BgClassName
{
background-color: #A0E47B;
}
</style>
border-color css
<style>
span { border-color: #A0E47B; }
span { border-color: rgb(160,228,123); }
td.TdClassName
{
border-color: #A0E47B;
}
.TagClassName
{
border-color: #A0E47B;
}
</style>