Shades of Feijoa #A6CF7E
Tints of Feijoa #A6CF7E
RGB
CMYK
RGB Variations
Color information
#A6CF7E (or 0xA6CF7E) is known color: Feijoa. HEX triplet: A6, CF and 7E. RGB value is (166,207,126). Sum of RGB (Red+Green+Blue) = 166+207+126=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CF7E is #593081. Grayscale: #B9B9B9. Windows color (decimal): -5845122 or 8310694. OLE color: 8310694.
HSL color Cylindrical-coordinate representation of color #A6CF7E: hue angle of 90.37º degrees, saturation: 0.46, 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 #A6CF7E is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 126 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.19 |
| HSL | 90.37º | 0.46% | 0.65% | - |
| HSV(B) | 90.37º | 0.39% | 0.81% | - |
| XYZ | 41.8 | 54.24 | 28 | - |
| YUV | 185.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 126 | 0.20 | 0 | 0.39 | 0.19 | 90.37 | 0.46 | 0.65 |
| Hex | A6 | CF | 7E | 14 | 0 | 27 | 13 | 5A | 2E | 41 |
| Octal | 246 | 317 | 176 | 24 | 0 | 47 | 23 | 132 | 56 | 101 |
| Binary | 10100110 | 11001111 | 1111110 | 10100 | 0 | 100111 | 10011 | 1011010 | 101110 | 1000001 |
Color Harmonies of #A6CF7E
Complementary color
Monochromatic Colors of #A6CF7E
Black with #A6CF7E
Text Example
Text Example
White with #A6CF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF7E; }
p { color: rgb(166,207,126); }
H1.HeaderClassName
{
color: #A6CF7E;
}
.AnyTagClassName
{
color: #A6CF7E;
}
</style>
background-color css
<style>
a { background-color: #A6CF7E; }
a { background-color: rgb(166,207,126); }
div.DivClassName
{
background-color: #A6CF7E;
}
.BgClassName
{
background-color: #A6CF7E;
}
</style>
border-color css
<style>
span { border-color: #A6CF7E; }
span { border-color: rgb(166,207,126); }
td.TdClassName
{
border-color: #A6CF7E;
}
.TagClassName
{
border-color: #A6CF7E;
}
</style>