Shades of Feijoa #A2D87E
Tints of Feijoa #A2D87E
RGB
CMYK
RGB Variations
Color information
#A2D87E (or 0xA2D87E) is known color: Feijoa. HEX triplet: A2, D8 and 7E. RGB value is (162,216,126). Sum of RGB (Red+Green+Blue) = 162+216+126=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D87E is #5D2781. Grayscale: #BDBDBD. Windows color (decimal): -6104962 or 8312994. OLE color: 8312994.
HSL color Cylindrical-coordinate representation of color #A2D87E: hue angle of 96º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2D87E is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 126 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.15 |
| HSL | 96º | 0.54% | 0.67% | - |
| HSV(B) | 96º | 0.42% | 0.85% | - |
| XYZ | 43.22 | 58.3 | 28.71 | - |
| YUV | 189.59 | 92.11 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 126 | 0.25 | 0 | 0.42 | 0.15 | 96 | 0.54 | 0.67 |
| Hex | A2 | D8 | 7E | 19 | 0 | 2A | F | 60 | 36 | 43 |
| Octal | 242 | 330 | 176 | 31 | 0 | 52 | 17 | 140 | 66 | 103 |
| Binary | 10100010 | 11011000 | 1111110 | 11001 | 0 | 101010 | 1111 | 1100000 | 110110 | 1000011 |
Color Harmonies of #A2D87E
Complementary color
Monochromatic Colors of #A2D87E
Black with #A2D87E
Text Example
Text Example
White with #A2D87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D87E; }
p { color: rgb(162,216,126); }
H1.HeaderClassName
{
color: #A2D87E;
}
.AnyTagClassName
{
color: #A2D87E;
}
</style>
background-color css
<style>
a { background-color: #A2D87E; }
a { background-color: rgb(162,216,126); }
div.DivClassName
{
background-color: #A2D87E;
}
.BgClassName
{
background-color: #A2D87E;
}
</style>
border-color css
<style>
span { border-color: #A2D87E; }
span { border-color: rgb(162,216,126); }
td.TdClassName
{
border-color: #A2D87E;
}
.TagClassName
{
border-color: #A2D87E;
}
</style>