Shades of Feijoa #A0D87B
Tints of Feijoa #A0D87B
RGB
CMYK
RGB Variations
Color information
#A0D87B (or 0xA0D87B) is known color: Feijoa. HEX triplet: A0, D8 and 7B. RGB value is (160,216,123). Sum of RGB (Red+Green+Blue) = 160+216+123=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D87B is #5F2784. Grayscale: #BCBCBC. Windows color (decimal): -6236037 or 8116384. OLE color: 8116384.
HSL color Cylindrical-coordinate representation of color #A0D87B: hue angle of 96.13º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0D87B is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 123 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.15 |
| HSL | 96.13º | 0.54% | 0.66% | - |
| HSV(B) | 96.13º | 0.43% | 0.85% | - |
| XYZ | 42.63 | 58.02 | 27.69 | - |
| YUV | 188.65 | 90.95 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 123 | 0.26 | 0 | 0.43 | 0.15 | 96.13 | 0.54 | 0.66 |
| Hex | A0 | D8 | 7B | 1A | 0 | 2B | F | 60 | 36 | 42 |
| Octal | 240 | 330 | 173 | 32 | 0 | 53 | 17 | 140 | 66 | 102 |
| Binary | 10100000 | 11011000 | 1111011 | 11010 | 0 | 101011 | 1111 | 1100000 | 110110 | 1000010 |
Color Harmonies of #A0D87B
Complementary color
Monochromatic Colors of #A0D87B
Black with #A0D87B
Text Example
Text Example
White with #A0D87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D87B; }
p { color: rgb(160,216,123); }
H1.HeaderClassName
{
color: #A0D87B;
}
.AnyTagClassName
{
color: #A0D87B;
}
</style>
background-color css
<style>
a { background-color: #A0D87B; }
a { background-color: rgb(160,216,123); }
div.DivClassName
{
background-color: #A0D87B;
}
.BgClassName
{
background-color: #A0D87B;
}
</style>
border-color css
<style>
span { border-color: #A0D87B; }
span { border-color: rgb(160,216,123); }
td.TdClassName
{
border-color: #A0D87B;
}
.TagClassName
{
border-color: #A0D87B;
}
</style>