Shades of Feijoa #A2DD6E
Tints of Feijoa #A2DD6E
RGB
CMYK
RGB Variations
Color information
#A2DD6E (or 0xA2DD6E) is known color: Feijoa. HEX triplet: A2, DD and 6E. RGB value is (162,221,110). Sum of RGB (Red+Green+Blue) = 162+221+110=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DD6E is #5D2291. Grayscale: #BFBFBF. Windows color (decimal): -6103698 or 7265698. OLE color: 7265698.
HSL color Cylindrical-coordinate representation of color #A2DD6E: hue angle of 91.89º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2DD6E is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 110 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.13 |
| HSL | 91.89º | 0.62% | 0.65% | - |
| HSV(B) | 91.89º | 0.5% | 0.87% | - |
| XYZ | 43.57 | 60.52 | 24.14 | - |
| YUV | 190.71 | 82.45 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 110 | 0.27 | 0 | 0.50 | 0.13 | 91.89 | 0.62 | 0.65 |
| Hex | A2 | DD | 6E | 1B | 0 | 32 | D | 5C | 3E | 41 |
| Octal | 242 | 335 | 156 | 33 | 0 | 62 | 15 | 134 | 76 | 101 |
| Binary | 10100010 | 11011101 | 1101110 | 11011 | 0 | 110010 | 1101 | 1011100 | 111110 | 1000001 |
Color Harmonies of #A2DD6E
Complementary color
Monochromatic Colors of #A2DD6E
Black with #A2DD6E
Text Example
Text Example
White with #A2DD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD6E; }
p { color: rgb(162,221,110); }
H1.HeaderClassName
{
color: #A2DD6E;
}
.AnyTagClassName
{
color: #A2DD6E;
}
</style>
background-color css
<style>
a { background-color: #A2DD6E; }
a { background-color: rgb(162,221,110); }
div.DivClassName
{
background-color: #A2DD6E;
}
.BgClassName
{
background-color: #A2DD6E;
}
</style>
border-color css
<style>
span { border-color: #A2DD6E; }
span { border-color: rgb(162,221,110); }
td.TdClassName
{
border-color: #A2DD6E;
}
.TagClassName
{
border-color: #A2DD6E;
}
</style>