Shades of Feijoa #A2D987
Tints of Feijoa #A2D987
RGB
CMYK
RGB Variations
Color information
#A2D987 (or 0xA2D987) is known color: Feijoa. HEX triplet: A2, D9 and 87. RGB value is (162,217,135). Sum of RGB (Red+Green+Blue) = 162+217+135=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D987 is #5D2678. Grayscale: #BFBFBF. Windows color (decimal): -6104697 or 8903074. OLE color: 8903074.
HSL color Cylindrical-coordinate representation of color #A2D987: hue angle of 100.24º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2D987 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 135 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.15 |
| HSL | 100.24º | 0.52% | 0.69% | - |
| HSV(B) | 100.24º | 0.38% | 0.85% | - |
| XYZ | 44.09 | 59.06 | 32 | - |
| YUV | 191.21 | 96.28 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 135 | 0.25 | 0 | 0.38 | 0.15 | 100.24 | 0.52 | 0.69 |
| Hex | A2 | D9 | 87 | 19 | 0 | 26 | F | 64 | 34 | 45 |
| Octal | 242 | 331 | 207 | 31 | 0 | 46 | 17 | 144 | 64 | 105 |
| Binary | 10100010 | 11011001 | 10000111 | 11001 | 0 | 100110 | 1111 | 1100100 | 110100 | 1000101 |
Color Harmonies of #A2D987
Complementary color
Monochromatic Colors of #A2D987
Black with #A2D987
Text Example
Text Example
White with #A2D987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D987; }
p { color: rgb(162,217,135); }
H1.HeaderClassName
{
color: #A2D987;
}
.AnyTagClassName
{
color: #A2D987;
}
</style>
background-color css
<style>
a { background-color: #A2D987; }
a { background-color: rgb(162,217,135); }
div.DivClassName
{
background-color: #A2D987;
}
.BgClassName
{
background-color: #A2D987;
}
</style>
border-color css
<style>
span { border-color: #A2D987; }
span { border-color: rgb(162,217,135); }
td.TdClassName
{
border-color: #A2D987;
}
.TagClassName
{
border-color: #A2D987;
}
</style>