Shades of Feijoa #A6DA7D
Tints of Feijoa #A6DA7D
RGB
CMYK
RGB Variations
Color information
#A6DA7D (or 0xA6DA7D) is known color: Feijoa. HEX triplet: A6, DA and 7D. RGB value is (166,218,125). Sum of RGB (Red+Green+Blue) = 166+218+125=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DA7D is #592582. Grayscale: #C0C0C0. Windows color (decimal): -5842307 or 8247974. OLE color: 8247974.
HSL color Cylindrical-coordinate representation of color #A6DA7D: hue angle of 93.55º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6DA7D is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 125 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.15 |
| HSL | 93.55º | 0.56% | 0.67% | - |
| HSV(B) | 93.55º | 0.43% | 0.85% | - |
| XYZ | 44.5 | 59.73 | 28.59 | - |
| YUV | 191.85 | 90.27 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 125 | 0.24 | 0 | 0.43 | 0.15 | 93.55 | 0.56 | 0.67 |
| Hex | A6 | DA | 7D | 18 | 0 | 2B | F | 5E | 38 | 43 |
| Octal | 246 | 332 | 175 | 30 | 0 | 53 | 17 | 136 | 70 | 103 |
| Binary | 10100110 | 11011010 | 1111101 | 11000 | 0 | 101011 | 1111 | 1011110 | 111000 | 1000011 |
Color Harmonies of #A6DA7D
Complementary color
Monochromatic Colors of #A6DA7D
Black with #A6DA7D
Text Example
Text Example
White with #A6DA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DA7D; }
p { color: rgb(166,218,125); }
H1.HeaderClassName
{
color: #A6DA7D;
}
.AnyTagClassName
{
color: #A6DA7D;
}
</style>
background-color css
<style>
a { background-color: #A6DA7D; }
a { background-color: rgb(166,218,125); }
div.DivClassName
{
background-color: #A6DA7D;
}
.BgClassName
{
background-color: #A6DA7D;
}
</style>
border-color css
<style>
span { border-color: #A6DA7D; }
span { border-color: rgb(166,218,125); }
td.TdClassName
{
border-color: #A6DA7D;
}
.TagClassName
{
border-color: #A6DA7D;
}
</style>