Shades of Feijoa #A0E57B
Tints of Feijoa #A0E57B
RGB
CMYK
RGB Variations
Color information
#A0E57B (or 0xA0E57B) is known color: Feijoa. HEX triplet: A0, E5 and 7B. RGB value is (160,229,123). Sum of RGB (Red+Green+Blue) = 160+229+123=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E57B is #5F1A84. Grayscale: #C4C4C4. Windows color (decimal): -6232709 or 8119712. OLE color: 8119712.
HSL color Cylindrical-coordinate representation of color #A0E57B: hue angle of 99.06º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0E57B is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 229 | 123 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.10 |
| HSL | 99.06º | 0.67% | 0.69% | - |
| HSV(B) | 99.06º | 0.46% | 0.9% | - |
| XYZ | 46.09 | 64.94 | 28.84 | - |
| YUV | 196.29 | 86.64 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 229 | 123 | 0.30 | 0 | 0.46 | 0.10 | 99.06 | 0.67 | 0.69 |
| Hex | A0 | E5 | 7B | 1E | 0 | 2E | A | 63 | 43 | 45 |
| Octal | 240 | 345 | 173 | 36 | 0 | 56 | 12 | 143 | 103 | 105 |
| Binary | 10100000 | 11100101 | 1111011 | 11110 | 0 | 101110 | 1010 | 1100011 | 1000011 | 1000101 |
Color Harmonies of #A0E57B
Complementary color
Monochromatic Colors of #A0E57B
Black with #A0E57B
Text Example
Text Example
White with #A0E57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E57B; }
p { color: rgb(160,229,123); }
H1.HeaderClassName
{
color: #A0E57B;
}
.AnyTagClassName
{
color: #A0E57B;
}
</style>
background-color css
<style>
a { background-color: #A0E57B; }
a { background-color: rgb(160,229,123); }
div.DivClassName
{
background-color: #A0E57B;
}
.BgClassName
{
background-color: #A0E57B;
}
</style>
border-color css
<style>
span { border-color: #A0E57B; }
span { border-color: rgb(160,229,123); }
td.TdClassName
{
border-color: #A0E57B;
}
.TagClassName
{
border-color: #A0E57B;
}
</style>