Shades of Feijoa #A6E978
Tints of Feijoa #A6E978
RGB
CMYK
RGB Variations
Color information
#A6E978 (or 0xA6E978) is known color: Feijoa. HEX triplet: A6, E9 and 78. RGB value is (166,233,120). Sum of RGB (Red+Green+Blue) = 166+233+120=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E978 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E978 is #591687. Grayscale: #C8C8C8. Windows color (decimal): -5838472 or 7924134. OLE color: 7924134.
HSL color Cylindrical-coordinate representation of color #A6E978: hue angle of 95.58º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6E978 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 233 | 120 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.09 |
| HSL | 95.58º | 0.72% | 0.69% | - |
| HSV(B) | 95.58º | 0.48% | 0.91% | - |
| XYZ | 48.25 | 67.74 | 28.3 | - |
| YUV | 200.09 | 82.8 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 120 | 0.29 | 0 | 0.48 | 0.09 | 95.58 | 0.72 | 0.69 |
| Hex | A6 | E9 | 78 | 1D | 0 | 30 | 9 | 60 | 48 | 45 |
| Octal | 246 | 351 | 170 | 35 | 0 | 60 | 11 | 140 | 110 | 105 |
| Binary | 10100110 | 11101001 | 1111000 | 11101 | 0 | 110000 | 1001 | 1100000 | 1001000 | 1000101 |
Color Harmonies of #A6E978
Complementary color
Monochromatic Colors of #A6E978
Black with #A6E978
Text Example
Text Example
White with #A6E978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E978; }
p { color: rgb(166,233,120); }
H1.HeaderClassName
{
color: #A6E978;
}
.AnyTagClassName
{
color: #A6E978;
}
</style>
background-color css
<style>
a { background-color: #A6E978; }
a { background-color: rgb(166,233,120); }
div.DivClassName
{
background-color: #A6E978;
}
.BgClassName
{
background-color: #A6E978;
}
</style>
border-color css
<style>
span { border-color: #A6E978; }
span { border-color: rgb(166,233,120); }
td.TdClassName
{
border-color: #A6E978;
}
.TagClassName
{
border-color: #A6E978;
}
</style>