Shades of Feijoa #A2DC6F
Tints of Feijoa #A2DC6F
RGB
CMYK
RGB Variations
Color information
#A2DC6F (or 0xA2DC6F) is known color: Feijoa. HEX triplet: A2, DC and 6F. RGB value is (162,220,111). Sum of RGB (Red+Green+Blue) = 162+220+111=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC6F is #5D2390. Grayscale: #BEBEBE. Windows color (decimal): -6103953 or 7330978. OLE color: 7330978.
HSL color Cylindrical-coordinate representation of color #A2DC6F: hue angle of 91.93º 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 #A2DC6F is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 111 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.14 |
| HSL | 91.93º | 0.61% | 0.65% | - |
| HSV(B) | 91.93º | 0.5% | 0.86% | - |
| XYZ | 43.36 | 60.02 | 24.34 | - |
| YUV | 190.23 | 83.28 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 111 | 0.26 | 0 | 0.50 | 0.14 | 91.93 | 0.61 | 0.65 |
| Hex | A2 | DC | 6F | 1A | 0 | 32 | E | 5C | 3D | 41 |
| Octal | 242 | 334 | 157 | 32 | 0 | 62 | 16 | 134 | 75 | 101 |
| Binary | 10100010 | 11011100 | 1101111 | 11010 | 0 | 110010 | 1110 | 1011100 | 111101 | 1000001 |
Color Harmonies of #A2DC6F
Complementary color
Monochromatic Colors of #A2DC6F
Black with #A2DC6F
Text Example
Text Example
White with #A2DC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC6F; }
p { color: rgb(162,220,111); }
H1.HeaderClassName
{
color: #A2DC6F;
}
.AnyTagClassName
{
color: #A2DC6F;
}
</style>
background-color css
<style>
a { background-color: #A2DC6F; }
a { background-color: rgb(162,220,111); }
div.DivClassName
{
background-color: #A2DC6F;
}
.BgClassName
{
background-color: #A2DC6F;
}
</style>
border-color css
<style>
span { border-color: #A2DC6F; }
span { border-color: rgb(162,220,111); }
td.TdClassName
{
border-color: #A2DC6F;
}
.TagClassName
{
border-color: #A2DC6F;
}
</style>