Shades of Feijoa #A2DB6C
Tints of Feijoa #A2DB6C
RGB
CMYK
RGB Variations
Color information
#A2DB6C (or 0xA2DB6C) is known color: Feijoa. HEX triplet: A2, DB and 6C. RGB value is (162,219,108). Sum of RGB (Red+Green+Blue) = 162+219+108=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DB6C is #5D2493. Grayscale: #BDBDBD. Windows color (decimal): -6104212 or 7134114. OLE color: 7134114.
HSL color Cylindrical-coordinate representation of color #A2DB6C: hue angle of 90.81º 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 #A2DB6C is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 108 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.14 |
| HSL | 90.81º | 0.61% | 0.64% | - |
| HSV(B) | 90.81º | 0.51% | 0.86% | - |
| XYZ | 42.94 | 59.43 | 23.39 | - |
| YUV | 189.3 | 82.12 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 108 | 0.26 | 0 | 0.51 | 0.14 | 90.81 | 0.61 | 0.64 |
| Hex | A2 | DB | 6C | 1A | 0 | 33 | E | 5B | 3D | 40 |
| Octal | 242 | 333 | 154 | 32 | 0 | 63 | 16 | 133 | 75 | 100 |
| Binary | 10100010 | 11011011 | 1101100 | 11010 | 0 | 110011 | 1110 | 1011011 | 111101 | 1000000 |
Color Harmonies of #A2DB6C
Complementary color
Monochromatic Colors of #A2DB6C
Black with #A2DB6C
Text Example
Text Example
White with #A2DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB6C; }
p { color: rgb(162,219,108); }
H1.HeaderClassName
{
color: #A2DB6C;
}
.AnyTagClassName
{
color: #A2DB6C;
}
</style>
background-color css
<style>
a { background-color: #A2DB6C; }
a { background-color: rgb(162,219,108); }
div.DivClassName
{
background-color: #A2DB6C;
}
.BgClassName
{
background-color: #A2DB6C;
}
</style>
border-color css
<style>
span { border-color: #A2DB6C; }
span { border-color: rgb(162,219,108); }
td.TdClassName
{
border-color: #A2DB6C;
}
.TagClassName
{
border-color: #A2DB6C;
}
</style>