Shades of Feijoa #A2DB6E
Tints of Feijoa #A2DB6E
RGB
CMYK
RGB Variations
Color information
#A2DB6E (or 0xA2DB6E) is known color: Feijoa. HEX triplet: A2, DB and 6E. RGB value is (162,219,110). Sum of RGB (Red+Green+Blue) = 162+219+110=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DB6E is #5D2491. Grayscale: #BDBDBD. Windows color (decimal): -6104210 or 7265186. OLE color: 7265186.
HSL color Cylindrical-coordinate representation of color #A2DB6E: hue angle of 91.38º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2DB6E is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 110 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.14 |
| HSL | 91.38º | 0.6% | 0.65% | - |
| HSV(B) | 91.38º | 0.5% | 0.86% | - |
| XYZ | 43.05 | 59.47 | 23.96 | - |
| YUV | 189.53 | 83.12 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 110 | 0.26 | 0 | 0.50 | 0.14 | 91.38 | 0.6 | 0.65 |
| Hex | A2 | DB | 6E | 1A | 0 | 32 | E | 5B | 3C | 41 |
| Octal | 242 | 333 | 156 | 32 | 0 | 62 | 16 | 133 | 74 | 101 |
| Binary | 10100010 | 11011011 | 1101110 | 11010 | 0 | 110010 | 1110 | 1011011 | 111100 | 1000001 |
Color Harmonies of #A2DB6E
Complementary color
Monochromatic Colors of #A2DB6E
Black with #A2DB6E
Text Example
Text Example
White with #A2DB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB6E; }
p { color: rgb(162,219,110); }
H1.HeaderClassName
{
color: #A2DB6E;
}
.AnyTagClassName
{
color: #A2DB6E;
}
</style>
background-color css
<style>
a { background-color: #A2DB6E; }
a { background-color: rgb(162,219,110); }
div.DivClassName
{
background-color: #A2DB6E;
}
.BgClassName
{
background-color: #A2DB6E;
}
</style>
border-color css
<style>
span { border-color: #A2DB6E; }
span { border-color: rgb(162,219,110); }
td.TdClassName
{
border-color: #A2DB6E;
}
.TagClassName
{
border-color: #A2DB6E;
}
</style>