Shades of Feijoa #A2DC6D
Tints of Feijoa #A2DC6D
RGB
CMYK
RGB Variations
Color information
#A2DC6D (or 0xA2DC6D) is known color: Feijoa. HEX triplet: A2, DC and 6D. RGB value is (162,220,109). Sum of RGB (Red+Green+Blue) = 162+220+109=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC6D is #5D2392. Grayscale: #BEBEBE. Windows color (decimal): -6103955 or 7199906. OLE color: 7199906.
HSL color Cylindrical-coordinate representation of color #A2DC6D: hue angle of 91.35º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2DC6D is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 109 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.14 |
| HSL | 91.35º | 0.61% | 0.65% | - |
| HSV(B) | 91.35º | 0.5% | 0.86% | - |
| XYZ | 43.25 | 59.97 | 23.76 | - |
| YUV | 190 | 82.28 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 109 | 0.26 | 0 | 0.50 | 0.14 | 91.35 | 0.61 | 0.65 |
| Hex | A2 | DC | 6D | 1A | 0 | 32 | E | 5B | 3D | 41 |
| Octal | 242 | 334 | 155 | 32 | 0 | 62 | 16 | 133 | 75 | 101 |
| Binary | 10100010 | 11011100 | 1101101 | 11010 | 0 | 110010 | 1110 | 1011011 | 111101 | 1000001 |
Color Harmonies of #A2DC6D
Complementary color
Monochromatic Colors of #A2DC6D
Black with #A2DC6D
Text Example
Text Example
White with #A2DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC6D; }
p { color: rgb(162,220,109); }
H1.HeaderClassName
{
color: #A2DC6D;
}
.AnyTagClassName
{
color: #A2DC6D;
}
</style>
background-color css
<style>
a { background-color: #A2DC6D; }
a { background-color: rgb(162,220,109); }
div.DivClassName
{
background-color: #A2DC6D;
}
.BgClassName
{
background-color: #A2DC6D;
}
</style>
border-color css
<style>
span { border-color: #A2DC6D; }
span { border-color: rgb(162,220,109); }
td.TdClassName
{
border-color: #A2DC6D;
}
.TagClassName
{
border-color: #A2DC6D;
}
</style>