Shades of Feijoa #A6DA92
Tints of Feijoa #A6DA92
RGB
CMYK
RGB Variations
Color information
#A6DA92 (or 0xA6DA92) is known color: Feijoa. HEX triplet: A6, DA and 92. RGB value is (166,218,146). Sum of RGB (Red+Green+Blue) = 166+218+146=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DA92 is #59256D. Grayscale: #C2C2C2. Windows color (decimal): -5842286 or 9624230. OLE color: 9624230.
HSL color Cylindrical-coordinate representation of color #A6DA92: hue angle of 103.33º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6DA92 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 146 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.15 |
| HSL | 103.33º | 0.49% | 0.71% | - |
| HSV(B) | 103.33º | 0.33% | 0.85% | - |
| XYZ | 45.99 | 60.33 | 36.41 | - |
| YUV | 194.24 | 100.77 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 146 | 0.24 | 0 | 0.33 | 0.15 | 103.33 | 0.49 | 0.71 |
| Hex | A6 | DA | 92 | 18 | 0 | 21 | F | 67 | 31 | 47 |
| Octal | 246 | 332 | 222 | 30 | 0 | 41 | 17 | 147 | 61 | 107 |
| Binary | 10100110 | 11011010 | 10010010 | 11000 | 0 | 100001 | 1111 | 1100111 | 110001 | 1000111 |
Color Harmonies of #A6DA92
Complementary color
Monochromatic Colors of #A6DA92
Black with #A6DA92
Text Example
Text Example
White with #A6DA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DA92; }
p { color: rgb(166,218,146); }
H1.HeaderClassName
{
color: #A6DA92;
}
.AnyTagClassName
{
color: #A6DA92;
}
</style>
background-color css
<style>
a { background-color: #A6DA92; }
a { background-color: rgb(166,218,146); }
div.DivClassName
{
background-color: #A6DA92;
}
.BgClassName
{
background-color: #A6DA92;
}
</style>
border-color css
<style>
span { border-color: #A6DA92; }
span { border-color: rgb(166,218,146); }
td.TdClassName
{
border-color: #A6DA92;
}
.TagClassName
{
border-color: #A6DA92;
}
</style>