Shades of Feijoa #A6DE7D
Tints of Feijoa #A6DE7D
RGB
CMYK
RGB Variations
Color information
#A6DE7D (or 0xA6DE7D) is known color: Feijoa. HEX triplet: A6, DE and 7D. RGB value is (166,222,125). Sum of RGB (Red+Green+Blue) = 166+222+125=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DE7D is #592182. Grayscale: #C2C2C2. Windows color (decimal): -5841283 or 8248998. OLE color: 8248998.
HSL color Cylindrical-coordinate representation of color #A6DE7D: hue angle of 94.64º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6DE7D is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 222 | 125 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.13 |
| HSL | 94.64º | 0.6% | 0.68% | - |
| HSV(B) | 94.64º | 0.44% | 0.87% | - |
| XYZ | 45.55 | 61.83 | 28.94 | - |
| YUV | 194.2 | 88.95 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 222 | 125 | 0.25 | 0 | 0.44 | 0.13 | 94.64 | 0.6 | 0.68 |
| Hex | A6 | DE | 7D | 19 | 0 | 2C | D | 5F | 3C | 44 |
| Octal | 246 | 336 | 175 | 31 | 0 | 54 | 15 | 137 | 74 | 104 |
| Binary | 10100110 | 11011110 | 1111101 | 11001 | 0 | 101100 | 1101 | 1011111 | 111100 | 1000100 |
Color Harmonies of #A6DE7D
Complementary color
Monochromatic Colors of #A6DE7D
Black with #A6DE7D
Text Example
Text Example
White with #A6DE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DE7D; }
p { color: rgb(166,222,125); }
H1.HeaderClassName
{
color: #A6DE7D;
}
.AnyTagClassName
{
color: #A6DE7D;
}
</style>
background-color css
<style>
a { background-color: #A6DE7D; }
a { background-color: rgb(166,222,125); }
div.DivClassName
{
background-color: #A6DE7D;
}
.BgClassName
{
background-color: #A6DE7D;
}
</style>
border-color css
<style>
span { border-color: #A6DE7D; }
span { border-color: rgb(166,222,125); }
td.TdClassName
{
border-color: #A6DE7D;
}
.TagClassName
{
border-color: #A6DE7D;
}
</style>