Shades of Feijoa #A2DD7E
Tints of Feijoa #A2DD7E
RGB
CMYK
RGB Variations
Color information
#A2DD7E (or 0xA2DD7E) is known color: Feijoa. HEX triplet: A2, DD and 7E. RGB value is (162,221,126). Sum of RGB (Red+Green+Blue) = 162+221+126=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DD7E is #5D2281. Grayscale: #C0C0C0. Windows color (decimal): -6103682 or 8314274. OLE color: 8314274.
HSL color Cylindrical-coordinate representation of color #A2DD7E: hue angle of 97.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2DD7E is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 126 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.13 |
| HSL | 97.26º | 0.58% | 0.68% | - |
| HSV(B) | 97.26º | 0.43% | 0.87% | - |
| XYZ | 44.52 | 60.9 | 29.15 | - |
| YUV | 192.53 | 90.45 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 126 | 0.27 | 0 | 0.43 | 0.13 | 97.26 | 0.58 | 0.68 |
| Hex | A2 | DD | 7E | 1B | 0 | 2B | D | 61 | 3A | 44 |
| Octal | 242 | 335 | 176 | 33 | 0 | 53 | 15 | 141 | 72 | 104 |
| Binary | 10100010 | 11011101 | 1111110 | 11011 | 0 | 101011 | 1101 | 1100001 | 111010 | 1000100 |
Color Harmonies of #A2DD7E
Complementary color
Monochromatic Colors of #A2DD7E
Black with #A2DD7E
Text Example
Text Example
White with #A2DD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD7E; }
p { color: rgb(162,221,126); }
H1.HeaderClassName
{
color: #A2DD7E;
}
.AnyTagClassName
{
color: #A2DD7E;
}
</style>
background-color css
<style>
a { background-color: #A2DD7E; }
a { background-color: rgb(162,221,126); }
div.DivClassName
{
background-color: #A2DD7E;
}
.BgClassName
{
background-color: #A2DD7E;
}
</style>
border-color css
<style>
span { border-color: #A2DD7E; }
span { border-color: rgb(162,221,126); }
td.TdClassName
{
border-color: #A2DD7E;
}
.TagClassName
{
border-color: #A2DD7E;
}
</style>