Shades of Feijoa #A2D87B
Tints of Feijoa #A2D87B
RGB
CMYK
RGB Variations
Color information
#A2D87B (or 0xA2D87B) is known color: Feijoa. HEX triplet: A2, D8 and 7B. RGB value is (162,216,123). Sum of RGB (Red+Green+Blue) = 162+216+123=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D87B is #5D2784. Grayscale: #BDBDBD. Windows color (decimal): -6104965 or 8116386. OLE color: 8116386.
HSL color Cylindrical-coordinate representation of color #A2D87B: hue angle of 94.84º 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 #A2D87B is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 123 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.15 |
| HSL | 94.84º | 0.54% | 0.66% | - |
| HSV(B) | 94.84º | 0.43% | 0.85% | - |
| XYZ | 43.03 | 58.22 | 27.71 | - |
| YUV | 189.25 | 90.61 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 123 | 0.25 | 0 | 0.43 | 0.15 | 94.84 | 0.54 | 0.66 |
| Hex | A2 | D8 | 7B | 19 | 0 | 2B | F | 5F | 36 | 42 |
| Octal | 242 | 330 | 173 | 31 | 0 | 53 | 17 | 137 | 66 | 102 |
| Binary | 10100010 | 11011000 | 1111011 | 11001 | 0 | 101011 | 1111 | 1011111 | 110110 | 1000010 |
Color Harmonies of #A2D87B
Complementary color
Monochromatic Colors of #A2D87B
Black with #A2D87B
Text Example
Text Example
White with #A2D87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D87B; }
p { color: rgb(162,216,123); }
H1.HeaderClassName
{
color: #A2D87B;
}
.AnyTagClassName
{
color: #A2D87B;
}
</style>
background-color css
<style>
a { background-color: #A2D87B; }
a { background-color: rgb(162,216,123); }
div.DivClassName
{
background-color: #A2D87B;
}
.BgClassName
{
background-color: #A2D87B;
}
</style>
border-color css
<style>
span { border-color: #A2D87B; }
span { border-color: rgb(162,216,123); }
td.TdClassName
{
border-color: #A2D87B;
}
.TagClassName
{
border-color: #A2D87B;
}
</style>