Shades of Feijoa #A6E078
Tints of Feijoa #A6E078
RGB
CMYK
RGB Variations
Color information
#A6E078 (or 0xA6E078) is known color: Feijoa. HEX triplet: A6, E0 and 78. RGB value is (166,224,120). Sum of RGB (Red+Green+Blue) = 166+224+120=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E078 is #591F87. Grayscale: #C3C3C3. Windows color (decimal): -5840776 or 7921830. OLE color: 7921830.
HSL color Cylindrical-coordinate representation of color #A6E078: hue angle of 93.46º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6E078 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 120 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.12 |
| HSL | 93.46º | 0.63% | 0.67% | - |
| HSV(B) | 93.46º | 0.46% | 0.88% | - |
| XYZ | 45.77 | 62.77 | 27.47 | - |
| YUV | 194.8 | 85.78 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 120 | 0.26 | 0 | 0.46 | 0.12 | 93.46 | 0.63 | 0.67 |
| Hex | A6 | E0 | 78 | 1A | 0 | 2E | C | 5D | 3F | 43 |
| Octal | 246 | 340 | 170 | 32 | 0 | 56 | 14 | 135 | 77 | 103 |
| Binary | 10100110 | 11100000 | 1111000 | 11010 | 0 | 101110 | 1100 | 1011101 | 111111 | 1000011 |
Color Harmonies of #A6E078
Complementary color
Monochromatic Colors of #A6E078
Black with #A6E078
Text Example
Text Example
White with #A6E078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E078; }
p { color: rgb(166,224,120); }
H1.HeaderClassName
{
color: #A6E078;
}
.AnyTagClassName
{
color: #A6E078;
}
</style>
background-color css
<style>
a { background-color: #A6E078; }
a { background-color: rgb(166,224,120); }
div.DivClassName
{
background-color: #A6E078;
}
.BgClassName
{
background-color: #A6E078;
}
</style>
border-color css
<style>
span { border-color: #A6E078; }
span { border-color: rgb(166,224,120); }
td.TdClassName
{
border-color: #A6E078;
}
.TagClassName
{
border-color: #A6E078;
}
</style>