Shades of Feijoa #A2D97A
Tints of Feijoa #A2D97A
RGB
CMYK
RGB Variations
Color information
#A2D97A (or 0xA2D97A) is known color: Feijoa. HEX triplet: A2, D9 and 7A. RGB value is (162,217,122). Sum of RGB (Red+Green+Blue) = 162+217+122=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D97A is #5D2685. Grayscale: #BEBEBE. Windows color (decimal): -6104710 or 8051106. OLE color: 8051106.
HSL color Cylindrical-coordinate representation of color #A2D97A: hue angle of 94.74º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2D97A is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 122 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.15 |
| HSL | 94.74º | 0.56% | 0.66% | - |
| HSV(B) | 94.74º | 0.44% | 0.85% | - |
| XYZ | 43.23 | 58.71 | 27.47 | - |
| YUV | 189.73 | 89.78 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 122 | 0.25 | 0 | 0.44 | 0.15 | 94.74 | 0.56 | 0.66 |
| Hex | A2 | D9 | 7A | 19 | 0 | 2C | F | 5F | 38 | 42 |
| Octal | 242 | 331 | 172 | 31 | 0 | 54 | 17 | 137 | 70 | 102 |
| Binary | 10100010 | 11011001 | 1111010 | 11001 | 0 | 101100 | 1111 | 1011111 | 111000 | 1000010 |
Color Harmonies of #A2D97A
Complementary color
Monochromatic Colors of #A2D97A
Black with #A2D97A
Text Example
Text Example
White with #A2D97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D97A; }
p { color: rgb(162,217,122); }
H1.HeaderClassName
{
color: #A2D97A;
}
.AnyTagClassName
{
color: #A2D97A;
}
</style>
background-color css
<style>
a { background-color: #A2D97A; }
a { background-color: rgb(162,217,122); }
div.DivClassName
{
background-color: #A2D97A;
}
.BgClassName
{
background-color: #A2D97A;
}
</style>
border-color css
<style>
span { border-color: #A2D97A; }
span { border-color: rgb(162,217,122); }
td.TdClassName
{
border-color: #A2D97A;
}
.TagClassName
{
border-color: #A2D97A;
}
</style>