Shades of Feijoa #A6CF7F
Tints of Feijoa #A6CF7F
RGB
CMYK
RGB Variations
Color information
#A6CF7F (or 0xA6CF7F) is known color: Feijoa. HEX triplet: A6, CF and 7F. RGB value is (166,207,127). Sum of RGB (Red+Green+Blue) = 166+207+127=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CF7F is #593080. Grayscale: #B9B9B9. Windows color (decimal): -5845121 or 8376230. OLE color: 8376230.
HSL color Cylindrical-coordinate representation of color #A6CF7F: hue angle of 90.75º 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 #A6CF7F is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 127 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.19 |
| HSL | 90.75º | 0.45% | 0.65% | - |
| HSV(B) | 90.75º | 0.39% | 0.81% | - |
| XYZ | 41.87 | 54.26 | 28.35 | - |
| YUV | 185.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 127 | 0.20 | 0 | 0.39 | 0.19 | 90.75 | 0.45 | 0.65 |
| Hex | A6 | CF | 7F | 14 | 0 | 27 | 13 | 5B | 2D | 41 |
| Octal | 246 | 317 | 177 | 24 | 0 | 47 | 23 | 133 | 55 | 101 |
| Binary | 10100110 | 11001111 | 1111111 | 10100 | 0 | 100111 | 10011 | 1011011 | 101101 | 1000001 |
Color Harmonies of #A6CF7F
Complementary color
Monochromatic Colors of #A6CF7F
Black with #A6CF7F
Text Example
Text Example
White with #A6CF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF7F; }
p { color: rgb(166,207,127); }
H1.HeaderClassName
{
color: #A6CF7F;
}
.AnyTagClassName
{
color: #A6CF7F;
}
</style>
background-color css
<style>
a { background-color: #A6CF7F; }
a { background-color: rgb(166,207,127); }
div.DivClassName
{
background-color: #A6CF7F;
}
.BgClassName
{
background-color: #A6CF7F;
}
</style>
border-color css
<style>
span { border-color: #A6CF7F; }
span { border-color: rgb(166,207,127); }
td.TdClassName
{
border-color: #A6CF7F;
}
.TagClassName
{
border-color: #A6CF7F;
}
</style>