Shades of Feijoa #A6DD76
Tints of Feijoa #A6DD76
RGB
CMYK
RGB Variations
Color information
#A6DD76 (or 0xA6DD76) is known color: Feijoa. HEX triplet: A6, DD and 76. RGB value is (166,221,118). Sum of RGB (Red+Green+Blue) = 166+221+118=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD76 is #592289. Grayscale: #C1C1C1. Windows color (decimal): -5841546 or 7789990. OLE color: 7789990.
HSL color Cylindrical-coordinate representation of color #A6DD76: hue angle of 92.04º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6DD76 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 118 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.13 |
| HSL | 92.04º | 0.6% | 0.66% | - |
| HSV(B) | 92.04º | 0.47% | 0.87% | - |
| XYZ | 44.85 | 61.13 | 26.57 | - |
| YUV | 192.81 | 85.78 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 118 | 0.25 | 0 | 0.47 | 0.13 | 92.04 | 0.6 | 0.66 |
| Hex | A6 | DD | 76 | 19 | 0 | 2F | D | 5C | 3C | 42 |
| Octal | 246 | 335 | 166 | 31 | 0 | 57 | 15 | 134 | 74 | 102 |
| Binary | 10100110 | 11011101 | 1110110 | 11001 | 0 | 101111 | 1101 | 1011100 | 111100 | 1000010 |
Color Harmonies of #A6DD76
Complementary color
Monochromatic Colors of #A6DD76
Black with #A6DD76
Text Example
Text Example
White with #A6DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD76; }
p { color: rgb(166,221,118); }
H1.HeaderClassName
{
color: #A6DD76;
}
.AnyTagClassName
{
color: #A6DD76;
}
</style>
background-color css
<style>
a { background-color: #A6DD76; }
a { background-color: rgb(166,221,118); }
div.DivClassName
{
background-color: #A6DD76;
}
.BgClassName
{
background-color: #A6DD76;
}
</style>
border-color css
<style>
span { border-color: #A6DD76; }
span { border-color: rgb(166,221,118); }
td.TdClassName
{
border-color: #A6DD76;
}
.TagClassName
{
border-color: #A6DD76;
}
</style>