Shades of Feijoa #A2DC80
Tints of Feijoa #A2DC80
RGB
CMYK
RGB Variations
Color information
#A2DC80 (or 0xA2DC80) is known color: Feijoa. HEX triplet: A2, DC and 80. RGB value is (162,220,128). Sum of RGB (Red+Green+Blue) = 162+220+128=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DC80 is #5D237F. Grayscale: #C0C0C0. Windows color (decimal): -6103936 or 8445090. OLE color: 8445090.
HSL color Cylindrical-coordinate representation of color #A2DC80: hue angle of 97.83º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2DC80 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 128 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.14 |
| HSL | 97.83º | 0.57% | 0.68% | - |
| HSV(B) | 97.83º | 0.42% | 0.86% | - |
| XYZ | 44.39 | 60.43 | 29.75 | - |
| YUV | 192.17 | 91.78 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 128 | 0.26 | 0 | 0.42 | 0.14 | 97.83 | 0.57 | 0.68 |
| Hex | A2 | DC | 80 | 1A | 0 | 2A | E | 62 | 39 | 44 |
| Octal | 242 | 334 | 200 | 32 | 0 | 52 | 16 | 142 | 71 | 104 |
| Binary | 10100010 | 11011100 | 10000000 | 11010 | 0 | 101010 | 1110 | 1100010 | 111001 | 1000100 |
Color Harmonies of #A2DC80
Complementary color
Monochromatic Colors of #A2DC80
Black with #A2DC80
Text Example
Text Example
White with #A2DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC80; }
p { color: rgb(162,220,128); }
H1.HeaderClassName
{
color: #A2DC80;
}
.AnyTagClassName
{
color: #A2DC80;
}
</style>
background-color css
<style>
a { background-color: #A2DC80; }
a { background-color: rgb(162,220,128); }
div.DivClassName
{
background-color: #A2DC80;
}
.BgClassName
{
background-color: #A2DC80;
}
</style>
border-color css
<style>
span { border-color: #A2DC80; }
span { border-color: rgb(162,220,128); }
td.TdClassName
{
border-color: #A2DC80;
}
.TagClassName
{
border-color: #A2DC80;
}
</style>