Shades of Feijoa #A6EC78
Tints of Feijoa #A6EC78
RGB
CMYK
RGB Variations
Color information
#A6EC78 (or 0xA6EC78) is known color: Feijoa. HEX triplet: A6, EC and 78. RGB value is (166,236,120). Sum of RGB (Red+Green+Blue) = 166+236+120=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EC78 is #591387. Grayscale: #CACACA. Windows color (decimal): -5837704 or 7924902. OLE color: 7924902.
HSL color Cylindrical-coordinate representation of color #A6EC78: hue angle of 96.21º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6EC78 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 120 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.07 |
| HSL | 96.21º | 0.75% | 0.7% | - |
| HSV(B) | 96.21º | 0.49% | 0.93% | - |
| XYZ | 49.11 | 69.45 | 28.59 | - |
| YUV | 201.85 | 81.81 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 120 | 0.30 | 0 | 0.49 | 0.07 | 96.21 | 0.75 | 0.7 |
| Hex | A6 | EC | 78 | 1E | 0 | 31 | 7 | 60 | 4B | 46 |
| Octal | 246 | 354 | 170 | 36 | 0 | 61 | 7 | 140 | 113 | 106 |
| Binary | 10100110 | 11101100 | 1111000 | 11110 | 0 | 110001 | 111 | 1100000 | 1001011 | 1000110 |
Color Harmonies of #A6EC78
Complementary color
Monochromatic Colors of #A6EC78
Black with #A6EC78
Text Example
Text Example
White with #A6EC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EC78; }
p { color: rgb(166,236,120); }
H1.HeaderClassName
{
color: #A6EC78;
}
.AnyTagClassName
{
color: #A6EC78;
}
</style>
background-color css
<style>
a { background-color: #A6EC78; }
a { background-color: rgb(166,236,120); }
div.DivClassName
{
background-color: #A6EC78;
}
.BgClassName
{
background-color: #A6EC78;
}
</style>
border-color css
<style>
span { border-color: #A6EC78; }
span { border-color: rgb(166,236,120); }
td.TdClassName
{
border-color: #A6EC78;
}
.TagClassName
{
border-color: #A6EC78;
}
</style>