Shades of Feijoa #A2D982
Tints of Feijoa #A2D982
RGB
CMYK
RGB Variations
Color information
#A2D982 (or 0xA2D982) is known color: Feijoa. HEX triplet: A2, D9 and 82. RGB value is (162,217,130). Sum of RGB (Red+Green+Blue) = 162+217+130=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D982 is #5D267D. Grayscale: #BEBEBE. Windows color (decimal): -6104702 or 8575394. OLE color: 8575394.
HSL color Cylindrical-coordinate representation of color #A2D982: hue angle of 97.93º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2D982 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 130 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.15 |
| HSL | 97.93º | 0.53% | 0.68% | - |
| HSV(B) | 97.93º | 0.4% | 0.85% | - |
| XYZ | 43.74 | 58.92 | 30.19 | - |
| YUV | 190.64 | 93.78 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 130 | 0.25 | 0 | 0.40 | 0.15 | 97.93 | 0.53 | 0.68 |
| Hex | A2 | D9 | 82 | 19 | 0 | 28 | F | 62 | 35 | 44 |
| Octal | 242 | 331 | 202 | 31 | 0 | 50 | 17 | 142 | 65 | 104 |
| Binary | 10100010 | 11011001 | 10000010 | 11001 | 0 | 101000 | 1111 | 1100010 | 110101 | 1000100 |
Color Harmonies of #A2D982
Complementary color
Monochromatic Colors of #A2D982
Black with #A2D982
Text Example
Text Example
White with #A2D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D982; }
p { color: rgb(162,217,130); }
H1.HeaderClassName
{
color: #A2D982;
}
.AnyTagClassName
{
color: #A2D982;
}
</style>
background-color css
<style>
a { background-color: #A2D982; }
a { background-color: rgb(162,217,130); }
div.DivClassName
{
background-color: #A2D982;
}
.BgClassName
{
background-color: #A2D982;
}
</style>
border-color css
<style>
span { border-color: #A2D982; }
span { border-color: rgb(162,217,130); }
td.TdClassName
{
border-color: #A2D982;
}
.TagClassName
{
border-color: #A2D982;
}
</style>