Shades of Feijoa #A0E37B
Tints of Feijoa #A0E37B
RGB
CMYK
RGB Variations
Color information
#A0E37B (or 0xA0E37B) is known color: Feijoa. HEX triplet: A0, E3 and 7B. RGB value is (160,227,123). Sum of RGB (Red+Green+Blue) = 160+227+123=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E37B is #5F1C84. Grayscale: #C3C3C3. Windows color (decimal): -6233221 or 8119200. OLE color: 8119200.
HSL color Cylindrical-coordinate representation of color #A0E37B: hue angle of 98.65º degrees, saturation: 0.65, 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 #A0E37B is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 227 | 123 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.11 |
| HSL | 98.65º | 0.65% | 0.69% | - |
| HSV(B) | 98.65º | 0.46% | 0.89% | - |
| XYZ | 45.54 | 63.84 | 28.66 | - |
| YUV | 195.11 | 87.3 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 227 | 123 | 0.30 | 0 | 0.46 | 0.11 | 98.65 | 0.65 | 0.69 |
| Hex | A0 | E3 | 7B | 1E | 0 | 2E | B | 63 | 41 | 45 |
| Octal | 240 | 343 | 173 | 36 | 0 | 56 | 13 | 143 | 101 | 105 |
| Binary | 10100000 | 11100011 | 1111011 | 11110 | 0 | 101110 | 1011 | 1100011 | 1000001 | 1000101 |
Color Harmonies of #A0E37B
Complementary color
Monochromatic Colors of #A0E37B
Black with #A0E37B
Text Example
Text Example
White with #A0E37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E37B; }
p { color: rgb(160,227,123); }
H1.HeaderClassName
{
color: #A0E37B;
}
.AnyTagClassName
{
color: #A0E37B;
}
</style>
background-color css
<style>
a { background-color: #A0E37B; }
a { background-color: rgb(160,227,123); }
div.DivClassName
{
background-color: #A0E37B;
}
.BgClassName
{
background-color: #A0E37B;
}
</style>
border-color css
<style>
span { border-color: #A0E37B; }
span { border-color: rgb(160,227,123); }
td.TdClassName
{
border-color: #A0E37B;
}
.TagClassName
{
border-color: #A0E37B;
}
</style>