Shades of Feijoa #A6EE6F
Tints of Feijoa #A6EE6F
RGB
CMYK
RGB Variations
Color information
#A6EE6F (or 0xA6EE6F) is known color: Feijoa. HEX triplet: A6, EE and 6F. RGB value is (166,238,111). Sum of RGB (Red+Green+Blue) = 166+238+111=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EE6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EE6F is #591190. Grayscale: #CACACA. Windows color (decimal): -5837201 or 7335590. OLE color: 7335590.
HSL color Cylindrical-coordinate representation of color #A6EE6F: hue angle of 94.02º degrees, saturation: 0.79, 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 #A6EE6F is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 111 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.07 |
| HSL | 94.02º | 0.79% | 0.68% | - |
| HSV(B) | 94.02º | 0.53% | 0.93% | - |
| XYZ | 49.17 | 70.4 | 26.04 | - |
| YUV | 201.99 | 76.65 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 111 | 0.30 | 0 | 0.53 | 0.07 | 94.02 | 0.79 | 0.68 |
| Hex | A6 | EE | 6F | 1E | 0 | 35 | 7 | 5E | 4F | 44 |
| Octal | 246 | 356 | 157 | 36 | 0 | 65 | 7 | 136 | 117 | 104 |
| Binary | 10100110 | 11101110 | 1101111 | 11110 | 0 | 110101 | 111 | 1011110 | 1001111 | 1000100 |
Color Harmonies of #A6EE6F
Complementary color
Monochromatic Colors of #A6EE6F
Black with #A6EE6F
Text Example
Text Example
White with #A6EE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EE6F; }
p { color: rgb(166,238,111); }
H1.HeaderClassName
{
color: #A6EE6F;
}
.AnyTagClassName
{
color: #A6EE6F;
}
</style>
background-color css
<style>
a { background-color: #A6EE6F; }
a { background-color: rgb(166,238,111); }
div.DivClassName
{
background-color: #A6EE6F;
}
.BgClassName
{
background-color: #A6EE6F;
}
</style>
border-color css
<style>
span { border-color: #A6EE6F; }
span { border-color: rgb(166,238,111); }
td.TdClassName
{
border-color: #A6EE6F;
}
.TagClassName
{
border-color: #A6EE6F;
}
</style>