Shades of Feijoa #A2DC87
Tints of Feijoa #A2DC87
RGB
CMYK
RGB Variations
Color information
#A2DC87 (or 0xA2DC87) is known color: Feijoa. HEX triplet: A2, DC and 87. RGB value is (162,220,135). Sum of RGB (Red+Green+Blue) = 162+220+135=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 135 (53.12% from 255 or 26.11% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DC87 is #5D2378. Grayscale: #C1C1C1. Windows color (decimal): -6103929 or 8903842. OLE color: 8903842.
HSL color Cylindrical-coordinate representation of color #A2DC87: hue angle of 100.94º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2DC87 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 135 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.14 |
| HSL | 100.94º | 0.55% | 0.7% | - |
| HSV(B) | 100.94º | 0.39% | 0.86% | - |
| XYZ | 44.87 | 60.62 | 32.26 | - |
| YUV | 192.97 | 95.28 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 135 | 0.26 | 0 | 0.39 | 0.14 | 100.94 | 0.55 | 0.7 |
| Hex | A2 | DC | 87 | 1A | 0 | 27 | E | 65 | 37 | 46 |
| Octal | 242 | 334 | 207 | 32 | 0 | 47 | 16 | 145 | 67 | 106 |
| Binary | 10100010 | 11011100 | 10000111 | 11010 | 0 | 100111 | 1110 | 1100101 | 110111 | 1000110 |
Color Harmonies of #A2DC87
Complementary color
Monochromatic Colors of #A2DC87
Black with #A2DC87
Text Example
Text Example
White with #A2DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC87; }
p { color: rgb(162,220,135); }
H1.HeaderClassName
{
color: #A2DC87;
}
.AnyTagClassName
{
color: #A2DC87;
}
</style>
background-color css
<style>
a { background-color: #A2DC87; }
a { background-color: rgb(162,220,135); }
div.DivClassName
{
background-color: #A2DC87;
}
.BgClassName
{
background-color: #A2DC87;
}
</style>
border-color css
<style>
span { border-color: #A2DC87; }
span { border-color: rgb(162,220,135); }
td.TdClassName
{
border-color: #A2DC87;
}
.TagClassName
{
border-color: #A2DC87;
}
</style>