Shades of Feijoa #A6DC7A
Tints of Feijoa #A6DC7A
RGB
CMYK
RGB Variations
Color information
#A6DC7A (or 0xA6DC7A) is known color: Feijoa. HEX triplet: A6, DC and 7A. RGB value is (166,220,122). Sum of RGB (Red+Green+Blue) = 166+220+122=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC7A is #592385. Grayscale: #C1C1C1. Windows color (decimal): -5841798 or 8051878. OLE color: 8051878.
HSL color Cylindrical-coordinate representation of color #A6DC7A: hue angle of 93.06º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6DC7A is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 122 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.14 |
| HSL | 93.06º | 0.58% | 0.67% | - |
| HSV(B) | 93.06º | 0.45% | 0.86% | - |
| XYZ | 44.83 | 60.7 | 27.77 | - |
| YUV | 192.68 | 88.11 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 122 | 0.25 | 0 | 0.45 | 0.14 | 93.06 | 0.58 | 0.67 |
| Hex | A6 | DC | 7A | 19 | 0 | 2D | E | 5D | 3A | 43 |
| Octal | 246 | 334 | 172 | 31 | 0 | 55 | 16 | 135 | 72 | 103 |
| Binary | 10100110 | 11011100 | 1111010 | 11001 | 0 | 101101 | 1110 | 1011101 | 111010 | 1000011 |
Color Harmonies of #A6DC7A
Complementary color
Monochromatic Colors of #A6DC7A
Black with #A6DC7A
Text Example
Text Example
White with #A6DC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC7A; }
p { color: rgb(166,220,122); }
H1.HeaderClassName
{
color: #A6DC7A;
}
.AnyTagClassName
{
color: #A6DC7A;
}
</style>
background-color css
<style>
a { background-color: #A6DC7A; }
a { background-color: rgb(166,220,122); }
div.DivClassName
{
background-color: #A6DC7A;
}
.BgClassName
{
background-color: #A6DC7A;
}
</style>
border-color css
<style>
span { border-color: #A6DC7A; }
span { border-color: rgb(166,220,122); }
td.TdClassName
{
border-color: #A6DC7A;
}
.TagClassName
{
border-color: #A6DC7A;
}
</style>