Shades of Feijoa #A2D571
Tints of Feijoa #A2D571
RGB
CMYK
RGB Variations
Color information
#A2D571 (or 0xA2D571) is known color: Feijoa. HEX triplet: A2, D5 and 71. RGB value is (162,213,113). Sum of RGB (Red+Green+Blue) = 162+213+113=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D571 is #5D2A8E. Grayscale: #BABABA. Windows color (decimal): -6105743 or 7460258. OLE color: 7460258.
HSL color Cylindrical-coordinate representation of color #A2D571: hue angle of 90.6º degrees, saturation: 0.54, 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 #A2D571 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 113 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.16 |
| HSL | 90.6º | 0.54% | 0.64% | - |
| HSV(B) | 90.6º | 0.47% | 0.84% | - |
| XYZ | 41.68 | 56.46 | 24.32 | - |
| YUV | 186.35 | 86.6 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 113 | 0.24 | 0 | 0.47 | 0.16 | 90.6 | 0.54 | 0.64 |
| Hex | A2 | D5 | 71 | 18 | 0 | 2F | 10 | 5B | 36 | 40 |
| Octal | 242 | 325 | 161 | 30 | 0 | 57 | 20 | 133 | 66 | 100 |
| Binary | 10100010 | 11010101 | 1110001 | 11000 | 0 | 101111 | 10000 | 1011011 | 110110 | 1000000 |
Color Harmonies of #A2D571
Complementary color
Monochromatic Colors of #A2D571
Black with #A2D571
Text Example
Text Example
White with #A2D571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D571; }
p { color: rgb(162,213,113); }
H1.HeaderClassName
{
color: #A2D571;
}
.AnyTagClassName
{
color: #A2D571;
}
</style>
background-color css
<style>
a { background-color: #A2D571; }
a { background-color: rgb(162,213,113); }
div.DivClassName
{
background-color: #A2D571;
}
.BgClassName
{
background-color: #A2D571;
}
</style>
border-color css
<style>
span { border-color: #A2D571; }
span { border-color: rgb(162,213,113); }
td.TdClassName
{
border-color: #A2D571;
}
.TagClassName
{
border-color: #A2D571;
}
</style>