Shades of Feijoa #A2DB6F
Tints of Feijoa #A2DB6F
RGB
CMYK
RGB Variations
Color information
#A2DB6F (or 0xA2DB6F) is known color: Feijoa. HEX triplet: A2, DB and 6F. RGB value is (162,219,111). Sum of RGB (Red+Green+Blue) = 162+219+111=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DB6F is #5D2490. Grayscale: #BEBEBE. Windows color (decimal): -6104209 or 7330722. OLE color: 7330722.
HSL color Cylindrical-coordinate representation of color #A2DB6F: hue angle of 91.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2DB6F is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 111 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.14 |
| HSL | 91.67º | 0.6% | 0.65% | - |
| HSV(B) | 91.67º | 0.49% | 0.86% | - |
| XYZ | 43.1 | 59.49 | 24.25 | - |
| YUV | 189.65 | 83.62 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 111 | 0.26 | 0 | 0.49 | 0.14 | 91.67 | 0.6 | 0.65 |
| Hex | A2 | DB | 6F | 1A | 0 | 31 | E | 5C | 3C | 41 |
| Octal | 242 | 333 | 157 | 32 | 0 | 61 | 16 | 134 | 74 | 101 |
| Binary | 10100010 | 11011011 | 1101111 | 11010 | 0 | 110001 | 1110 | 1011100 | 111100 | 1000001 |
Color Harmonies of #A2DB6F
Complementary color
Monochromatic Colors of #A2DB6F
Black with #A2DB6F
Text Example
Text Example
White with #A2DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB6F; }
p { color: rgb(162,219,111); }
H1.HeaderClassName
{
color: #A2DB6F;
}
.AnyTagClassName
{
color: #A2DB6F;
}
</style>
background-color css
<style>
a { background-color: #A2DB6F; }
a { background-color: rgb(162,219,111); }
div.DivClassName
{
background-color: #A2DB6F;
}
.BgClassName
{
background-color: #A2DB6F;
}
</style>
border-color css
<style>
span { border-color: #A2DB6F; }
span { border-color: rgb(162,219,111); }
td.TdClassName
{
border-color: #A2DB6F;
}
.TagClassName
{
border-color: #A2DB6F;
}
</style>