Shades of Feijoa #A6E178
Tints of Feijoa #A6E178
RGB
CMYK
RGB Variations
Color information
#A6E178 (or 0xA6E178) is known color: Feijoa. HEX triplet: A6, E1 and 78. RGB value is (166,225,120). Sum of RGB (Red+Green+Blue) = 166+225+120=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E178 is #591E87. Grayscale: #C3C3C3. Windows color (decimal): -5840520 or 7922086. OLE color: 7922086.
HSL color Cylindrical-coordinate representation of color #A6E178: hue angle of 93.71º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6E178 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 225 | 120 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.12 |
| HSL | 93.71º | 0.64% | 0.68% | - |
| HSV(B) | 93.71º | 0.47% | 0.88% | - |
| XYZ | 46.04 | 63.31 | 27.56 | - |
| YUV | 195.39 | 85.45 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 225 | 120 | 0.26 | 0 | 0.47 | 0.12 | 93.71 | 0.64 | 0.68 |
| Hex | A6 | E1 | 78 | 1A | 0 | 2F | C | 5E | 40 | 44 |
| Octal | 246 | 341 | 170 | 32 | 0 | 57 | 14 | 136 | 100 | 104 |
| Binary | 10100110 | 11100001 | 1111000 | 11010 | 0 | 101111 | 1100 | 1011110 | 1000000 | 1000100 |
Color Harmonies of #A6E178
Complementary color
Monochromatic Colors of #A6E178
Black with #A6E178
Text Example
Text Example
White with #A6E178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E178; }
p { color: rgb(166,225,120); }
H1.HeaderClassName
{
color: #A6E178;
}
.AnyTagClassName
{
color: #A6E178;
}
</style>
background-color css
<style>
a { background-color: #A6E178; }
a { background-color: rgb(166,225,120); }
div.DivClassName
{
background-color: #A6E178;
}
.BgClassName
{
background-color: #A6E178;
}
</style>
border-color css
<style>
span { border-color: #A6E178; }
span { border-color: rgb(166,225,120); }
td.TdClassName
{
border-color: #A6E178;
}
.TagClassName
{
border-color: #A6E178;
}
</style>