Shades of Feijoa #A6D792
Tints of Feijoa #A6D792
RGB
CMYK
RGB Variations
Color information
#A6D792 (or 0xA6D792) is known color: Feijoa. HEX triplet: A6, D7 and 92. RGB value is (166,215,146). Sum of RGB (Red+Green+Blue) = 166+215+146=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D792 is #59286D. Grayscale: #C0C0C0. Windows color (decimal): -5843054 or 9623462. OLE color: 9623462.
HSL color Cylindrical-coordinate representation of color #A6D792: hue angle of 102.61º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6D792 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 215 | 146 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.16 |
| HSL | 102.61º | 0.46% | 0.71% | - |
| HSV(B) | 102.61º | 0.32% | 0.84% | - |
| XYZ | 45.21 | 58.78 | 36.16 | - |
| YUV | 192.48 | 101.77 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 215 | 146 | 0.23 | 0 | 0.32 | 0.16 | 102.61 | 0.46 | 0.71 |
| Hex | A6 | D7 | 92 | 17 | 0 | 20 | 10 | 67 | 2E | 47 |
| Octal | 246 | 327 | 222 | 27 | 0 | 40 | 20 | 147 | 56 | 107 |
| Binary | 10100110 | 11010111 | 10010010 | 10111 | 0 | 100000 | 10000 | 1100111 | 101110 | 1000111 |
Color Harmonies of #A6D792
Complementary color
Monochromatic Colors of #A6D792
Black with #A6D792
Text Example
Text Example
White with #A6D792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D792; }
p { color: rgb(166,215,146); }
H1.HeaderClassName
{
color: #A6D792;
}
.AnyTagClassName
{
color: #A6D792;
}
</style>
background-color css
<style>
a { background-color: #A6D792; }
a { background-color: rgb(166,215,146); }
div.DivClassName
{
background-color: #A6D792;
}
.BgClassName
{
background-color: #A6D792;
}
</style>
border-color css
<style>
span { border-color: #A6D792; }
span { border-color: rgb(166,215,146); }
td.TdClassName
{
border-color: #A6D792;
}
.TagClassName
{
border-color: #A6D792;
}
</style>