Shades of Feijoa #A6CF7A
Tints of Feijoa #A6CF7A
RGB
CMYK
RGB Variations
Color information
#A6CF7A (or 0xA6CF7A) is known color: Feijoa. HEX triplet: A6, CF and 7A. RGB value is (166,207,122). Sum of RGB (Red+Green+Blue) = 166+207+122=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CF7A is #593085. Grayscale: #B9B9B9. Windows color (decimal): -5845126 or 8048550. OLE color: 8048550.
HSL color Cylindrical-coordinate representation of color #A6CF7A: hue angle of 88.94º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6CF7A is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 122 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.19 |
| HSL | 88.94º | 0.47% | 0.65% | - |
| HSV(B) | 88.94º | 0.41% | 0.81% | - |
| XYZ | 41.55 | 54.14 | 26.67 | - |
| YUV | 185.05 | 92.42 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 122 | 0.20 | 0 | 0.41 | 0.19 | 88.94 | 0.47 | 0.65 |
| Hex | A6 | CF | 7A | 14 | 0 | 29 | 13 | 59 | 2F | 41 |
| Octal | 246 | 317 | 172 | 24 | 0 | 51 | 23 | 131 | 57 | 101 |
| Binary | 10100110 | 11001111 | 1111010 | 10100 | 0 | 101001 | 10011 | 1011001 | 101111 | 1000001 |
Color Harmonies of #A6CF7A
Complementary color
Monochromatic Colors of #A6CF7A
Black with #A6CF7A
Text Example
Text Example
White with #A6CF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF7A; }
p { color: rgb(166,207,122); }
H1.HeaderClassName
{
color: #A6CF7A;
}
.AnyTagClassName
{
color: #A6CF7A;
}
</style>
background-color css
<style>
a { background-color: #A6CF7A; }
a { background-color: rgb(166,207,122); }
div.DivClassName
{
background-color: #A6CF7A;
}
.BgClassName
{
background-color: #A6CF7A;
}
</style>
border-color css
<style>
span { border-color: #A6CF7A; }
span { border-color: rgb(166,207,122); }
td.TdClassName
{
border-color: #A6CF7A;
}
.TagClassName
{
border-color: #A6CF7A;
}
</style>