Shades of Feijoa #A6EC83
Tints of Feijoa #A6EC83
RGB
CMYK
RGB Variations
Color information
#A6EC83 (or 0xA6EC83) is known color: Feijoa. HEX triplet: A6, EC and 83. RGB value is (166,236,131). Sum of RGB (Red+Green+Blue) = 166+236+131=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 131 (51.56% from 255 or 24.58% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EC83 is #59137C. Grayscale: #CBCBCB. Windows color (decimal): -5837693 or 8645798. OLE color: 8645798.
HSL color Cylindrical-coordinate representation of color #A6EC83: hue angle of 100º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6EC83 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 131 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.07 |
| HSL | 100º | 0.73% | 0.72% | - |
| HSV(B) | 100º | 0.44% | 0.93% | - |
| XYZ | 49.82 | 69.74 | 32.31 | - |
| YUV | 203.1 | 87.31 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 131 | 0.30 | 0 | 0.44 | 0.07 | 100 | 0.73 | 0.72 |
| Hex | A6 | EC | 83 | 1E | 0 | 2C | 7 | 64 | 49 | 48 |
| Octal | 246 | 354 | 203 | 36 | 0 | 54 | 7 | 144 | 111 | 110 |
| Binary | 10100110 | 11101100 | 10000011 | 11110 | 0 | 101100 | 111 | 1100100 | 1001001 | 1001000 |
Color Harmonies of #A6EC83
Complementary color
Monochromatic Colors of #A6EC83
Black with #A6EC83
Text Example
Text Example
White with #A6EC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EC83; }
p { color: rgb(166,236,131); }
H1.HeaderClassName
{
color: #A6EC83;
}
.AnyTagClassName
{
color: #A6EC83;
}
</style>
background-color css
<style>
a { background-color: #A6EC83; }
a { background-color: rgb(166,236,131); }
div.DivClassName
{
background-color: #A6EC83;
}
.BgClassName
{
background-color: #A6EC83;
}
</style>
border-color css
<style>
span { border-color: #A6EC83; }
span { border-color: rgb(166,236,131); }
td.TdClassName
{
border-color: #A6EC83;
}
.TagClassName
{
border-color: #A6EC83;
}
</style>