Shades of Feijoa #A2D97B
Tints of Feijoa #A2D97B
RGB
CMYK
RGB Variations
Color information
#A2D97B (or 0xA2D97B) is known color: Feijoa. HEX triplet: A2, D9 and 7B. RGB value is (162,217,123). Sum of RGB (Red+Green+Blue) = 162+217+123=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D97B is #5D2684. Grayscale: #BEBEBE. Windows color (decimal): -6104709 or 8116642. OLE color: 8116642.
HSL color Cylindrical-coordinate representation of color #A2D97B: hue angle of 95.11º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2D97B is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 123 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.15 |
| HSL | 95.11º | 0.55% | 0.67% | - |
| HSV(B) | 95.11º | 0.43% | 0.85% | - |
| XYZ | 43.29 | 58.74 | 27.79 | - |
| YUV | 189.84 | 90.28 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 123 | 0.25 | 0 | 0.43 | 0.15 | 95.11 | 0.55 | 0.67 |
| Hex | A2 | D9 | 7B | 19 | 0 | 2B | F | 5F | 37 | 43 |
| Octal | 242 | 331 | 173 | 31 | 0 | 53 | 17 | 137 | 67 | 103 |
| Binary | 10100010 | 11011001 | 1111011 | 11001 | 0 | 101011 | 1111 | 1011111 | 110111 | 1000011 |
Color Harmonies of #A2D97B
Complementary color
Monochromatic Colors of #A2D97B
Black with #A2D97B
Text Example
Text Example
White with #A2D97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D97B; }
p { color: rgb(162,217,123); }
H1.HeaderClassName
{
color: #A2D97B;
}
.AnyTagClassName
{
color: #A2D97B;
}
</style>
background-color css
<style>
a { background-color: #A2D97B; }
a { background-color: rgb(162,217,123); }
div.DivClassName
{
background-color: #A2D97B;
}
.BgClassName
{
background-color: #A2D97B;
}
</style>
border-color css
<style>
span { border-color: #A2D97B; }
span { border-color: rgb(162,217,123); }
td.TdClassName
{
border-color: #A2D97B;
}
.TagClassName
{
border-color: #A2D97B;
}
</style>