Shades of Feijoa #A2E971
Tints of Feijoa #A2E971
RGB
CMYK
RGB Variations
Color information
#A2E971 (or 0xA2E971) is known color: Feijoa. HEX triplet: A2, E9 and 71. RGB value is (162,233,113). Sum of RGB (Red+Green+Blue) = 162+233+113=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E971 is #5D168E. Grayscale: #C6C6C6. Windows color (decimal): -6100623 or 7465378. OLE color: 7465378.
HSL color Cylindrical-coordinate representation of color #A2E971: hue angle of 95.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2E971 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 113 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.09 |
| HSL | 95.5º | 0.73% | 0.68% | - |
| HSV(B) | 95.5º | 0.52% | 0.91% | - |
| XYZ | 47.02 | 67.15 | 26.11 | - |
| YUV | 198.09 | 79.98 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 113 | 0.30 | 0 | 0.52 | 0.09 | 95.5 | 0.73 | 0.68 |
| Hex | A2 | E9 | 71 | 1E | 0 | 34 | 9 | 60 | 49 | 44 |
| Octal | 242 | 351 | 161 | 36 | 0 | 64 | 11 | 140 | 111 | 104 |
| Binary | 10100010 | 11101001 | 1110001 | 11110 | 0 | 110100 | 1001 | 1100000 | 1001001 | 1000100 |
Color Harmonies of #A2E971
Complementary color
Monochromatic Colors of #A2E971
Black with #A2E971
Text Example
Text Example
White with #A2E971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E971; }
p { color: rgb(162,233,113); }
H1.HeaderClassName
{
color: #A2E971;
}
.AnyTagClassName
{
color: #A2E971;
}
</style>
background-color css
<style>
a { background-color: #A2E971; }
a { background-color: rgb(162,233,113); }
div.DivClassName
{
background-color: #A2E971;
}
.BgClassName
{
background-color: #A2E971;
}
</style>
border-color css
<style>
span { border-color: #A2E971; }
span { border-color: rgb(162,233,113); }
td.TdClassName
{
border-color: #A2E971;
}
.TagClassName
{
border-color: #A2E971;
}
</style>