Shades of Feijoa #A2DC6C
Tints of Feijoa #A2DC6C
RGB
CMYK
RGB Variations
Color information
#A2DC6C (or 0xA2DC6C) is known color: Feijoa. HEX triplet: A2, DC and 6C. RGB value is (162,220,108). Sum of RGB (Red+Green+Blue) = 162+220+108=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC6C is #5D2393. Grayscale: #BEBEBE. Windows color (decimal): -6103956 or 7134370. OLE color: 7134370.
HSL color Cylindrical-coordinate representation of color #A2DC6C: hue angle of 91.07º degrees, saturation: 0.62, 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 #A2DC6C is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 108 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.14 |
| HSL | 91.07º | 0.62% | 0.64% | - |
| HSV(B) | 91.07º | 0.51% | 0.86% | - |
| XYZ | 43.2 | 59.95 | 23.48 | - |
| YUV | 189.89 | 81.78 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 108 | 0.26 | 0 | 0.51 | 0.14 | 91.07 | 0.62 | 0.64 |
| Hex | A2 | DC | 6C | 1A | 0 | 33 | E | 5B | 3E | 40 |
| Octal | 242 | 334 | 154 | 32 | 0 | 63 | 16 | 133 | 76 | 100 |
| Binary | 10100010 | 11011100 | 1101100 | 11010 | 0 | 110011 | 1110 | 1011011 | 111110 | 1000000 |
Color Harmonies of #A2DC6C
Complementary color
Monochromatic Colors of #A2DC6C
Black with #A2DC6C
Text Example
Text Example
White with #A2DC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC6C; }
p { color: rgb(162,220,108); }
H1.HeaderClassName
{
color: #A2DC6C;
}
.AnyTagClassName
{
color: #A2DC6C;
}
</style>
background-color css
<style>
a { background-color: #A2DC6C; }
a { background-color: rgb(162,220,108); }
div.DivClassName
{
background-color: #A2DC6C;
}
.BgClassName
{
background-color: #A2DC6C;
}
</style>
border-color css
<style>
span { border-color: #A2DC6C; }
span { border-color: rgb(162,220,108); }
td.TdClassName
{
border-color: #A2DC6C;
}
.TagClassName
{
border-color: #A2DC6C;
}
</style>