Shades of Feijoa #A2DB6B
Tints of Feijoa #A2DB6B
RGB
CMYK
RGB Variations
Color information
#A2DB6B (or 0xA2DB6B) is known color: Feijoa. HEX triplet: A2, DB and 6B. RGB value is (162,219,107). Sum of RGB (Red+Green+Blue) = 162+219+107=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DB6B is #5D2494. Grayscale: #BDBDBD. Windows color (decimal): -6104213 or 7068578. OLE color: 7068578.
HSL color Cylindrical-coordinate representation of color #A2DB6B: hue angle of 90.54º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2DB6B is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 107 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.14 |
| HSL | 90.54º | 0.61% | 0.64% | - |
| HSV(B) | 90.54º | 0.51% | 0.86% | - |
| XYZ | 42.89 | 59.41 | 23.12 | - |
| YUV | 189.19 | 81.62 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 107 | 0.26 | 0 | 0.51 | 0.14 | 90.54 | 0.61 | 0.64 |
| Hex | A2 | DB | 6B | 1A | 0 | 33 | E | 5B | 3D | 40 |
| Octal | 242 | 333 | 153 | 32 | 0 | 63 | 16 | 133 | 75 | 100 |
| Binary | 10100010 | 11011011 | 1101011 | 11010 | 0 | 110011 | 1110 | 1011011 | 111101 | 1000000 |
Color Harmonies of #A2DB6B
Complementary color
Monochromatic Colors of #A2DB6B
Black with #A2DB6B
Text Example
Text Example
White with #A2DB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB6B; }
p { color: rgb(162,219,107); }
H1.HeaderClassName
{
color: #A2DB6B;
}
.AnyTagClassName
{
color: #A2DB6B;
}
</style>
background-color css
<style>
a { background-color: #A2DB6B; }
a { background-color: rgb(162,219,107); }
div.DivClassName
{
background-color: #A2DB6B;
}
.BgClassName
{
background-color: #A2DB6B;
}
</style>
border-color css
<style>
span { border-color: #A2DB6B; }
span { border-color: rgb(162,219,107); }
td.TdClassName
{
border-color: #A2DB6B;
}
.TagClassName
{
border-color: #A2DB6B;
}
</style>