Shades of Feijoa #A6CE7E
Tints of Feijoa #A6CE7E
RGB
CMYK
RGB Variations
Color information
#A6CE7E (or 0xA6CE7E) is known color: Feijoa. HEX triplet: A6, CE and 7E. RGB value is (166,206,126). Sum of RGB (Red+Green+Blue) = 166+206+126=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CE7E is #593181. Grayscale: #B9B9B9. Windows color (decimal): -5845378 or 8310438. OLE color: 8310438.
HSL color Cylindrical-coordinate representation of color #A6CE7E: hue angle of 90º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6CE7E is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 126 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.19 |
| HSL | 90º | 0.45% | 0.65% | - |
| HSV(B) | 90º | 0.39% | 0.81% | - |
| XYZ | 41.56 | 53.76 | 27.92 | - |
| YUV | 184.92 | 94.75 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 126 | 0.19 | 0 | 0.39 | 0.19 | 90 | 0.45 | 0.65 |
| Hex | A6 | CE | 7E | 13 | 0 | 27 | 13 | 5A | 2D | 41 |
| Octal | 246 | 316 | 176 | 23 | 0 | 47 | 23 | 132 | 55 | 101 |
| Binary | 10100110 | 11001110 | 1111110 | 10011 | 0 | 100111 | 10011 | 1011010 | 101101 | 1000001 |
Color Harmonies of #A6CE7E
Complementary color
Monochromatic Colors of #A6CE7E
Black with #A6CE7E
Text Example
Text Example
White with #A6CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE7E; }
p { color: rgb(166,206,126); }
H1.HeaderClassName
{
color: #A6CE7E;
}
.AnyTagClassName
{
color: #A6CE7E;
}
</style>
background-color css
<style>
a { background-color: #A6CE7E; }
a { background-color: rgb(166,206,126); }
div.DivClassName
{
background-color: #A6CE7E;
}
.BgClassName
{
background-color: #A6CE7E;
}
</style>
border-color css
<style>
span { border-color: #A6CE7E; }
span { border-color: rgb(166,206,126); }
td.TdClassName
{
border-color: #A6CE7E;
}
.TagClassName
{
border-color: #A6CE7E;
}
</style>