Shades of Feijoa #A6CF7D
Tints of Feijoa #A6CF7D
RGB
CMYK
RGB Variations
Color information
#A6CF7D (or 0xA6CF7D) is known color: Feijoa. HEX triplet: A6, CF and 7D. RGB value is (166,207,125). Sum of RGB (Red+Green+Blue) = 166+207+125=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CF7D is #593082. Grayscale: #B9B9B9. Windows color (decimal): -5845123 or 8245158. OLE color: 8245158.
HSL color Cylindrical-coordinate representation of color #A6CF7D: hue angle of 90º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6CF7D is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 125 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.19 |
| HSL | 90º | 0.46% | 0.65% | - |
| HSV(B) | 90º | 0.4% | 0.81% | - |
| XYZ | 41.74 | 54.21 | 27.67 | - |
| YUV | 185.39 | 93.92 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 125 | 0.20 | 0 | 0.40 | 0.19 | 90 | 0.46 | 0.65 |
| Hex | A6 | CF | 7D | 14 | 0 | 28 | 13 | 5A | 2E | 41 |
| Octal | 246 | 317 | 175 | 24 | 0 | 50 | 23 | 132 | 56 | 101 |
| Binary | 10100110 | 11001111 | 1111101 | 10100 | 0 | 101000 | 10011 | 1011010 | 101110 | 1000001 |
Color Harmonies of #A6CF7D
Complementary color
Monochromatic Colors of #A6CF7D
Black with #A6CF7D
Text Example
Text Example
White with #A6CF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF7D; }
p { color: rgb(166,207,125); }
H1.HeaderClassName
{
color: #A6CF7D;
}
.AnyTagClassName
{
color: #A6CF7D;
}
</style>
background-color css
<style>
a { background-color: #A6CF7D; }
a { background-color: rgb(166,207,125); }
div.DivClassName
{
background-color: #A6CF7D;
}
.BgClassName
{
background-color: #A6CF7D;
}
</style>
border-color css
<style>
span { border-color: #A6CF7D; }
span { border-color: rgb(166,207,125); }
td.TdClassName
{
border-color: #A6CF7D;
}
.TagClassName
{
border-color: #A6CF7D;
}
</style>