Shades of Feijoa #A2D880
Tints of Feijoa #A2D880
RGB
CMYK
RGB Variations
Color information
#A2D880 (or 0xA2D880) is known color: Feijoa. HEX triplet: A2, D8 and 80. RGB value is (162,216,128). Sum of RGB (Red+Green+Blue) = 162+216+128=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D880 is #5D277F. Grayscale: #BEBEBE. Windows color (decimal): -6104960 or 8444066. OLE color: 8444066.
HSL color Cylindrical-coordinate representation of color #A2D880: hue angle of 96.82º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2D880 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 128 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.15 |
| HSL | 96.82º | 0.53% | 0.67% | - |
| HSV(B) | 96.82º | 0.41% | 0.85% | - |
| XYZ | 43.35 | 58.35 | 29.4 | - |
| YUV | 189.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 128 | 0.25 | 0 | 0.41 | 0.15 | 96.82 | 0.53 | 0.67 |
| Hex | A2 | D8 | 80 | 19 | 0 | 29 | F | 61 | 35 | 43 |
| Octal | 242 | 330 | 200 | 31 | 0 | 51 | 17 | 141 | 65 | 103 |
| Binary | 10100010 | 11011000 | 10000000 | 11001 | 0 | 101001 | 1111 | 1100001 | 110101 | 1000011 |
Color Harmonies of #A2D880
Complementary color
Monochromatic Colors of #A2D880
Black with #A2D880
Text Example
Text Example
White with #A2D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D880; }
p { color: rgb(162,216,128); }
H1.HeaderClassName
{
color: #A2D880;
}
.AnyTagClassName
{
color: #A2D880;
}
</style>
background-color css
<style>
a { background-color: #A2D880; }
a { background-color: rgb(162,216,128); }
div.DivClassName
{
background-color: #A2D880;
}
.BgClassName
{
background-color: #A2D880;
}
</style>
border-color css
<style>
span { border-color: #A2D880; }
span { border-color: rgb(162,216,128); }
td.TdClassName
{
border-color: #A2D880;
}
.TagClassName
{
border-color: #A2D880;
}
</style>