Shades of Feijoa #A0E46B
Tints of Feijoa #A0E46B
RGB
CMYK
RGB Variations
Color information
#A0E46B (or 0xA0E46B) is known color: Feijoa. HEX triplet: A0, E4 and 6B. RGB value is (160,228,107). Sum of RGB (Red+Green+Blue) = 160+228+107=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E46B is #5F1B94. Grayscale: #C2C2C2. Windows color (decimal): -6232981 or 7070880. OLE color: 7070880.
HSL color Cylindrical-coordinate representation of color #A0E46B: hue angle of 93.72º 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 #A0E46B is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 228 | 107 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.11 |
| HSL | 93.72º | 0.69% | 0.66% | - |
| HSV(B) | 93.72º | 0.53% | 0.89% | - |
| XYZ | 44.89 | 64.02 | 23.9 | - |
| YUV | 193.87 | 78.97 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 107 | 0.30 | 0 | 0.53 | 0.11 | 93.72 | 0.69 | 0.66 |
| Hex | A0 | E4 | 6B | 1E | 0 | 35 | B | 5E | 45 | 42 |
| Octal | 240 | 344 | 153 | 36 | 0 | 65 | 13 | 136 | 105 | 102 |
| Binary | 10100000 | 11100100 | 1101011 | 11110 | 0 | 110101 | 1011 | 1011110 | 1000101 | 1000010 |
Color Harmonies of #A0E46B
Complementary color
Monochromatic Colors of #A0E46B
Black with #A0E46B
Text Example
Text Example
White with #A0E46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E46B; }
p { color: rgb(160,228,107); }
H1.HeaderClassName
{
color: #A0E46B;
}
.AnyTagClassName
{
color: #A0E46B;
}
</style>
background-color css
<style>
a { background-color: #A0E46B; }
a { background-color: rgb(160,228,107); }
div.DivClassName
{
background-color: #A0E46B;
}
.BgClassName
{
background-color: #A0E46B;
}
</style>
border-color css
<style>
span { border-color: #A0E46B; }
span { border-color: rgb(160,228,107); }
td.TdClassName
{
border-color: #A0E46B;
}
.TagClassName
{
border-color: #A0E46B;
}
</style>