Shades of Feijoa #A6EC7B
Tints of Feijoa #A6EC7B
RGB
CMYK
RGB Variations
Color information
#A6EC7B (or 0xA6EC7B) is known color: Feijoa. HEX triplet: A6, EC and 7B. RGB value is (166,236,123). Sum of RGB (Red+Green+Blue) = 166+236+123=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EC7B is #591384. Grayscale: #CACACA. Windows color (decimal): -5837701 or 8121510. OLE color: 8121510.
HSL color Cylindrical-coordinate representation of color #A6EC7B: hue angle of 97.17º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6EC7B is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 123 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.07 |
| HSL | 97.17º | 0.75% | 0.7% | - |
| HSV(B) | 97.17º | 0.48% | 0.93% | - |
| XYZ | 49.3 | 69.53 | 29.56 | - |
| YUV | 202.19 | 83.31 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 123 | 0.30 | 0 | 0.48 | 0.07 | 97.17 | 0.75 | 0.7 |
| Hex | A6 | EC | 7B | 1E | 0 | 30 | 7 | 61 | 4B | 46 |
| Octal | 246 | 354 | 173 | 36 | 0 | 60 | 7 | 141 | 113 | 106 |
| Binary | 10100110 | 11101100 | 1111011 | 11110 | 0 | 110000 | 111 | 1100001 | 1001011 | 1000110 |
Color Harmonies of #A6EC7B
Complementary color
Monochromatic Colors of #A6EC7B
Black with #A6EC7B
Text Example
Text Example
White with #A6EC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EC7B; }
p { color: rgb(166,236,123); }
H1.HeaderClassName
{
color: #A6EC7B;
}
.AnyTagClassName
{
color: #A6EC7B;
}
</style>
background-color css
<style>
a { background-color: #A6EC7B; }
a { background-color: rgb(166,236,123); }
div.DivClassName
{
background-color: #A6EC7B;
}
.BgClassName
{
background-color: #A6EC7B;
}
</style>
border-color css
<style>
span { border-color: #A6EC7B; }
span { border-color: rgb(166,236,123); }
td.TdClassName
{
border-color: #A6EC7B;
}
.TagClassName
{
border-color: #A6EC7B;
}
</style>