Shades of Feijoa #A2DC7C
Tints of Feijoa #A2DC7C
RGB
CMYK
RGB Variations
Color information
#A2DC7C (or 0xA2DC7C) is known color: Feijoa. HEX triplet: A2, DC and 7C. RGB value is (162,220,124). Sum of RGB (Red+Green+Blue) = 162+220+124=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC7C is #5D2383. Grayscale: #C0C0C0. Windows color (decimal): -6103940 or 8182946. OLE color: 8182946.
HSL color Cylindrical-coordinate representation of color #A2DC7C: hue angle of 96.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2DC7C is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 124 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.14 |
| HSL | 96.25º | 0.58% | 0.67% | - |
| HSV(B) | 96.25º | 0.44% | 0.86% | - |
| XYZ | 44.13 | 60.32 | 28.39 | - |
| YUV | 191.71 | 89.78 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 124 | 0.26 | 0 | 0.44 | 0.14 | 96.25 | 0.58 | 0.67 |
| Hex | A2 | DC | 7C | 1A | 0 | 2C | E | 60 | 3A | 43 |
| Octal | 242 | 334 | 174 | 32 | 0 | 54 | 16 | 140 | 72 | 103 |
| Binary | 10100010 | 11011100 | 1111100 | 11010 | 0 | 101100 | 1110 | 1100000 | 111010 | 1000011 |
Color Harmonies of #A2DC7C
Complementary color
Monochromatic Colors of #A2DC7C
Black with #A2DC7C
Text Example
Text Example
White with #A2DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC7C; }
p { color: rgb(162,220,124); }
H1.HeaderClassName
{
color: #A2DC7C;
}
.AnyTagClassName
{
color: #A2DC7C;
}
</style>
background-color css
<style>
a { background-color: #A2DC7C; }
a { background-color: rgb(162,220,124); }
div.DivClassName
{
background-color: #A2DC7C;
}
.BgClassName
{
background-color: #A2DC7C;
}
</style>
border-color css
<style>
span { border-color: #A2DC7C; }
span { border-color: rgb(162,220,124); }
td.TdClassName
{
border-color: #A2DC7C;
}
.TagClassName
{
border-color: #A2DC7C;
}
</style>