Shades of Feijoa #A6DC7F
Tints of Feijoa #A6DC7F
RGB
CMYK
RGB Variations
Color information
#A6DC7F (or 0xA6DC7F) is known color: Feijoa. HEX triplet: A6, DC and 7F. RGB value is (166,220,127). Sum of RGB (Red+Green+Blue) = 166+220+127=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC7F is #592380. Grayscale: #C1C1C1. Windows color (decimal): -5841793 or 8379558. OLE color: 8379558.
HSL color Cylindrical-coordinate representation of color #A6DC7F: hue angle of 94.84º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6DC7F is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 127 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.14 |
| HSL | 94.84º | 0.57% | 0.68% | - |
| HSV(B) | 94.84º | 0.42% | 0.86% | - |
| XYZ | 45.15 | 60.83 | 29.44 | - |
| YUV | 193.25 | 90.61 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 127 | 0.25 | 0 | 0.42 | 0.14 | 94.84 | 0.57 | 0.68 |
| Hex | A6 | DC | 7F | 19 | 0 | 2A | E | 5F | 39 | 44 |
| Octal | 246 | 334 | 177 | 31 | 0 | 52 | 16 | 137 | 71 | 104 |
| Binary | 10100110 | 11011100 | 1111111 | 11001 | 0 | 101010 | 1110 | 1011111 | 111001 | 1000100 |
Color Harmonies of #A6DC7F
Complementary color
Monochromatic Colors of #A6DC7F
Black with #A6DC7F
Text Example
Text Example
White with #A6DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC7F; }
p { color: rgb(166,220,127); }
H1.HeaderClassName
{
color: #A6DC7F;
}
.AnyTagClassName
{
color: #A6DC7F;
}
</style>
background-color css
<style>
a { background-color: #A6DC7F; }
a { background-color: rgb(166,220,127); }
div.DivClassName
{
background-color: #A6DC7F;
}
.BgClassName
{
background-color: #A6DC7F;
}
</style>
border-color css
<style>
span { border-color: #A6DC7F; }
span { border-color: rgb(166,220,127); }
td.TdClassName
{
border-color: #A6DC7F;
}
.TagClassName
{
border-color: #A6DC7F;
}
</style>