Shades of Feijoa #A2DA7C
Tints of Feijoa #A2DA7C
RGB
CMYK
RGB Variations
Color information
#A2DA7C (or 0xA2DA7C) is known color: Feijoa. HEX triplet: A2, DA and 7C. RGB value is (162,218,124). Sum of RGB (Red+Green+Blue) = 162+218+124=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DA7C is #5D2583. Grayscale: #BEBEBE. Windows color (decimal): -6104452 or 8182434. OLE color: 8182434.
HSL color Cylindrical-coordinate representation of color #A2DA7C: hue angle of 95.74º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2DA7C is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 124 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.15 |
| HSL | 95.74º | 0.56% | 0.67% | - |
| HSV(B) | 95.74º | 0.43% | 0.85% | - |
| XYZ | 43.61 | 59.28 | 28.21 | - |
| YUV | 190.54 | 90.45 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 124 | 0.26 | 0 | 0.43 | 0.15 | 95.74 | 0.56 | 0.67 |
| Hex | A2 | DA | 7C | 1A | 0 | 2B | F | 60 | 38 | 43 |
| Octal | 242 | 332 | 174 | 32 | 0 | 53 | 17 | 140 | 70 | 103 |
| Binary | 10100010 | 11011010 | 1111100 | 11010 | 0 | 101011 | 1111 | 1100000 | 111000 | 1000011 |
Color Harmonies of #A2DA7C
Complementary color
Monochromatic Colors of #A2DA7C
Black with #A2DA7C
Text Example
Text Example
White with #A2DA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DA7C; }
p { color: rgb(162,218,124); }
H1.HeaderClassName
{
color: #A2DA7C;
}
.AnyTagClassName
{
color: #A2DA7C;
}
</style>
background-color css
<style>
a { background-color: #A2DA7C; }
a { background-color: rgb(162,218,124); }
div.DivClassName
{
background-color: #A2DA7C;
}
.BgClassName
{
background-color: #A2DA7C;
}
</style>
border-color css
<style>
span { border-color: #A2DA7C; }
span { border-color: rgb(162,218,124); }
td.TdClassName
{
border-color: #A2DA7C;
}
.TagClassName
{
border-color: #A2DA7C;
}
</style>