Shades of Feijoa #A2DB7C
Tints of Feijoa #A2DB7C
RGB
CMYK
RGB Variations
Color information
#A2DB7C (or 0xA2DB7C) is known color: Feijoa. HEX triplet: A2, DB and 7C. RGB value is (162,219,124). Sum of RGB (Red+Green+Blue) = 162+219+124=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DB7C is #5D2483. Grayscale: #BFBFBF. Windows color (decimal): -6104196 or 8182690. OLE color: 8182690.
HSL color Cylindrical-coordinate representation of color #A2DB7C: hue angle of 96º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2DB7C is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 124 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.14 |
| HSL | 96º | 0.57% | 0.67% | - |
| HSV(B) | 96º | 0.43% | 0.86% | - |
| XYZ | 43.87 | 59.8 | 28.3 | - |
| YUV | 191.13 | 90.12 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 124 | 0.26 | 0 | 0.43 | 0.14 | 96 | 0.57 | 0.67 |
| Hex | A2 | DB | 7C | 1A | 0 | 2B | E | 60 | 39 | 43 |
| Octal | 242 | 333 | 174 | 32 | 0 | 53 | 16 | 140 | 71 | 103 |
| Binary | 10100010 | 11011011 | 1111100 | 11010 | 0 | 101011 | 1110 | 1100000 | 111001 | 1000011 |
Color Harmonies of #A2DB7C
Complementary color
Monochromatic Colors of #A2DB7C
Black with #A2DB7C
Text Example
Text Example
White with #A2DB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB7C; }
p { color: rgb(162,219,124); }
H1.HeaderClassName
{
color: #A2DB7C;
}
.AnyTagClassName
{
color: #A2DB7C;
}
</style>
background-color css
<style>
a { background-color: #A2DB7C; }
a { background-color: rgb(162,219,124); }
div.DivClassName
{
background-color: #A2DB7C;
}
.BgClassName
{
background-color: #A2DB7C;
}
</style>
border-color css
<style>
span { border-color: #A2DB7C; }
span { border-color: rgb(162,219,124); }
td.TdClassName
{
border-color: #A2DB7C;
}
.TagClassName
{
border-color: #A2DB7C;
}
</style>