Shades of Feijoa #A2D976
Tints of Feijoa #A2D976
RGB
CMYK
RGB Variations
Color information
#A2D976 (or 0xA2D976) is known color: Feijoa. HEX triplet: A2, D9 and 76. RGB value is (162,217,118). Sum of RGB (Red+Green+Blue) = 162+217+118=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D976 is #5D2689. Grayscale: #BDBDBD. Windows color (decimal): -6104714 or 7788962. OLE color: 7788962.
HSL color Cylindrical-coordinate representation of color #A2D976: hue angle of 93.33º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2D976 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 118 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.15 |
| HSL | 93.33º | 0.57% | 0.66% | - |
| HSV(B) | 93.33º | 0.46% | 0.85% | - |
| XYZ | 42.98 | 58.62 | 26.19 | - |
| YUV | 189.27 | 87.78 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 118 | 0.25 | 0 | 0.46 | 0.15 | 93.33 | 0.57 | 0.66 |
| Hex | A2 | D9 | 76 | 19 | 0 | 2E | F | 5D | 39 | 42 |
| Octal | 242 | 331 | 166 | 31 | 0 | 56 | 17 | 135 | 71 | 102 |
| Binary | 10100010 | 11011001 | 1110110 | 11001 | 0 | 101110 | 1111 | 1011101 | 111001 | 1000010 |
Color Harmonies of #A2D976
Complementary color
Monochromatic Colors of #A2D976
Black with #A2D976
Text Example
Text Example
White with #A2D976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D976; }
p { color: rgb(162,217,118); }
H1.HeaderClassName
{
color: #A2D976;
}
.AnyTagClassName
{
color: #A2D976;
}
</style>
background-color css
<style>
a { background-color: #A2D976; }
a { background-color: rgb(162,217,118); }
div.DivClassName
{
background-color: #A2D976;
}
.BgClassName
{
background-color: #A2D976;
}
</style>
border-color css
<style>
span { border-color: #A2D976; }
span { border-color: rgb(162,217,118); }
td.TdClassName
{
border-color: #A2D976;
}
.TagClassName
{
border-color: #A2D976;
}
</style>