Shades of Feijoa #A2D771
Tints of Feijoa #A2D771
RGB
CMYK
RGB Variations
Color information
#A2D771 (or 0xA2D771) is known color: Feijoa. HEX triplet: A2, D7 and 71. RGB value is (162,215,113). Sum of RGB (Red+Green+Blue) = 162+215+113=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D771 is #5D288E. Grayscale: #BBBBBB. Windows color (decimal): -6105231 or 7460770. OLE color: 7460770.
HSL color Cylindrical-coordinate representation of color #A2D771: hue angle of 91.18º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2D771 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 113 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.16 |
| HSL | 91.18º | 0.56% | 0.64% | - |
| HSV(B) | 91.18º | 0.47% | 0.84% | - |
| XYZ | 42.18 | 57.47 | 24.49 | - |
| YUV | 187.53 | 85.94 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 113 | 0.25 | 0 | 0.47 | 0.16 | 91.18 | 0.56 | 0.64 |
| Hex | A2 | D7 | 71 | 19 | 0 | 2F | 10 | 5B | 38 | 40 |
| Octal | 242 | 327 | 161 | 31 | 0 | 57 | 20 | 133 | 70 | 100 |
| Binary | 10100010 | 11010111 | 1110001 | 11001 | 0 | 101111 | 10000 | 1011011 | 111000 | 1000000 |
Color Harmonies of #A2D771
Complementary color
Monochromatic Colors of #A2D771
Black with #A2D771
Text Example
Text Example
White with #A2D771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D771; }
p { color: rgb(162,215,113); }
H1.HeaderClassName
{
color: #A2D771;
}
.AnyTagClassName
{
color: #A2D771;
}
</style>
background-color css
<style>
a { background-color: #A2D771; }
a { background-color: rgb(162,215,113); }
div.DivClassName
{
background-color: #A2D771;
}
.BgClassName
{
background-color: #A2D771;
}
</style>
border-color css
<style>
span { border-color: #A2D771; }
span { border-color: rgb(162,215,113); }
td.TdClassName
{
border-color: #A2D771;
}
.TagClassName
{
border-color: #A2D771;
}
</style>