Shades of Feijoa #A2DD80
Tints of Feijoa #A2DD80
RGB
CMYK
RGB Variations
Color information
#A2DD80 (or 0xA2DD80) is known color: Feijoa. HEX triplet: A2, DD and 80. RGB value is (162,221,128). Sum of RGB (Red+Green+Blue) = 162+221+128=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DD80 is #5D227F. Grayscale: #C1C1C1. Windows color (decimal): -6103680 or 8445346. OLE color: 8445346.
HSL color Cylindrical-coordinate representation of color #A2DD80: hue angle of 98.06º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2DD80 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 128 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.13 |
| HSL | 98.06º | 0.58% | 0.68% | - |
| HSV(B) | 98.06º | 0.42% | 0.87% | - |
| XYZ | 44.65 | 60.95 | 29.83 | - |
| YUV | 192.76 | 91.45 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 128 | 0.27 | 0 | 0.42 | 0.13 | 98.06 | 0.58 | 0.68 |
| Hex | A2 | DD | 80 | 1B | 0 | 2A | D | 62 | 3A | 44 |
| Octal | 242 | 335 | 200 | 33 | 0 | 52 | 15 | 142 | 72 | 104 |
| Binary | 10100010 | 11011101 | 10000000 | 11011 | 0 | 101010 | 1101 | 1100010 | 111010 | 1000100 |
Color Harmonies of #A2DD80
Complementary color
Monochromatic Colors of #A2DD80
Black with #A2DD80
Text Example
Text Example
White with #A2DD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD80; }
p { color: rgb(162,221,128); }
H1.HeaderClassName
{
color: #A2DD80;
}
.AnyTagClassName
{
color: #A2DD80;
}
</style>
background-color css
<style>
a { background-color: #A2DD80; }
a { background-color: rgb(162,221,128); }
div.DivClassName
{
background-color: #A2DD80;
}
.BgClassName
{
background-color: #A2DD80;
}
</style>
border-color css
<style>
span { border-color: #A2DD80; }
span { border-color: rgb(162,221,128); }
td.TdClassName
{
border-color: #A2DD80;
}
.TagClassName
{
border-color: #A2DD80;
}
</style>