Shades of Feijoa #A6DD7D
Tints of Feijoa #A6DD7D
RGB
CMYK
RGB Variations
Color information
#A6DD7D (or 0xA6DD7D) is known color: Feijoa. HEX triplet: A6, DD and 7D. RGB value is (166,221,125). Sum of RGB (Red+Green+Blue) = 166+221+125=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD7D is #592282. Grayscale: #C1C1C1. Windows color (decimal): -5841539 or 8248742. OLE color: 8248742.
HSL color Cylindrical-coordinate representation of color #A6DD7D: hue angle of 94.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6DD7D is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 125 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.13 |
| HSL | 94.38º | 0.59% | 0.68% | - |
| HSV(B) | 94.38º | 0.43% | 0.87% | - |
| XYZ | 45.28 | 61.3 | 28.85 | - |
| YUV | 193.61 | 89.28 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 125 | 0.25 | 0 | 0.43 | 0.13 | 94.38 | 0.59 | 0.68 |
| Hex | A6 | DD | 7D | 19 | 0 | 2B | D | 5E | 3B | 44 |
| Octal | 246 | 335 | 175 | 31 | 0 | 53 | 15 | 136 | 73 | 104 |
| Binary | 10100110 | 11011101 | 1111101 | 11001 | 0 | 101011 | 1101 | 1011110 | 111011 | 1000100 |
Color Harmonies of #A6DD7D
Complementary color
Monochromatic Colors of #A6DD7D
Black with #A6DD7D
Text Example
Text Example
White with #A6DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD7D; }
p { color: rgb(166,221,125); }
H1.HeaderClassName
{
color: #A6DD7D;
}
.AnyTagClassName
{
color: #A6DD7D;
}
</style>
background-color css
<style>
a { background-color: #A6DD7D; }
a { background-color: rgb(166,221,125); }
div.DivClassName
{
background-color: #A6DD7D;
}
.BgClassName
{
background-color: #A6DD7D;
}
</style>
border-color css
<style>
span { border-color: #A6DD7D; }
span { border-color: rgb(166,221,125); }
td.TdClassName
{
border-color: #A6DD7D;
}
.TagClassName
{
border-color: #A6DD7D;
}
</style>