Shades of Feijoa #A6ED6F
Tints of Feijoa #A6ED6F
RGB
CMYK
RGB Variations
Color information
#A6ED6F (or 0xA6ED6F) is known color: Feijoa. HEX triplet: A6, ED and 6F. RGB value is (166,237,111). Sum of RGB (Red+Green+Blue) = 166+237+111=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #A6ED6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6ED6F is #591290. Grayscale: #C9C9C9. Windows color (decimal): -5837457 or 7335334. OLE color: 7335334.
HSL color Cylindrical-coordinate representation of color #A6ED6F: hue angle of 93.81º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6ED6F is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 237 | 111 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.07 |
| HSL | 93.81º | 0.78% | 0.68% | - |
| HSV(B) | 93.81º | 0.53% | 0.93% | - |
| XYZ | 48.88 | 69.82 | 25.94 | - |
| YUV | 201.41 | 76.98 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 237 | 111 | 0.30 | 0 | 0.53 | 0.07 | 93.81 | 0.78 | 0.68 |
| Hex | A6 | ED | 6F | 1E | 0 | 35 | 7 | 5E | 4E | 44 |
| Octal | 246 | 355 | 157 | 36 | 0 | 65 | 7 | 136 | 116 | 104 |
| Binary | 10100110 | 11101101 | 1101111 | 11110 | 0 | 110101 | 111 | 1011110 | 1001110 | 1000100 |
Color Harmonies of #A6ED6F
Complementary color
Monochromatic Colors of #A6ED6F
Black with #A6ED6F
Text Example
Text Example
White with #A6ED6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ED6F; }
p { color: rgb(166,237,111); }
H1.HeaderClassName
{
color: #A6ED6F;
}
.AnyTagClassName
{
color: #A6ED6F;
}
</style>
background-color css
<style>
a { background-color: #A6ED6F; }
a { background-color: rgb(166,237,111); }
div.DivClassName
{
background-color: #A6ED6F;
}
.BgClassName
{
background-color: #A6ED6F;
}
</style>
border-color css
<style>
span { border-color: #A6ED6F; }
span { border-color: rgb(166,237,111); }
td.TdClassName
{
border-color: #A6ED6F;
}
.TagClassName
{
border-color: #A6ED6F;
}
</style>