Shades of Feijoa #A6EE7F
Tints of Feijoa #A6EE7F
RGB
CMYK
RGB Variations
Color information
#A6EE7F (or 0xA6EE7F) is known color: Feijoa. HEX triplet: A6, EE and 7F. RGB value is (166,238,127). Sum of RGB (Red+Green+Blue) = 166+238+127=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EE7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EE7F is #591180. Grayscale: #CCCCCC. Windows color (decimal): -5837185 or 8384166. OLE color: 8384166.
HSL color Cylindrical-coordinate representation of color #A6EE7F: hue angle of 98.92º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6EE7F is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 127 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.07 |
| HSL | 98.92º | 0.77% | 0.72% | - |
| HSV(B) | 98.92º | 0.47% | 0.93% | - |
| XYZ | 50.13 | 70.79 | 31.1 | - |
| YUV | 203.82 | 84.65 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 127 | 0.30 | 0 | 0.47 | 0.07 | 98.92 | 0.77 | 0.72 |
| Hex | A6 | EE | 7F | 1E | 0 | 2F | 7 | 63 | 4D | 48 |
| Octal | 246 | 356 | 177 | 36 | 0 | 57 | 7 | 143 | 115 | 110 |
| Binary | 10100110 | 11101110 | 1111111 | 11110 | 0 | 101111 | 111 | 1100011 | 1001101 | 1001000 |
Color Harmonies of #A6EE7F
Complementary color
Monochromatic Colors of #A6EE7F
Black with #A6EE7F
Text Example
Text Example
White with #A6EE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EE7F; }
p { color: rgb(166,238,127); }
H1.HeaderClassName
{
color: #A6EE7F;
}
.AnyTagClassName
{
color: #A6EE7F;
}
</style>
background-color css
<style>
a { background-color: #A6EE7F; }
a { background-color: rgb(166,238,127); }
div.DivClassName
{
background-color: #A6EE7F;
}
.BgClassName
{
background-color: #A6EE7F;
}
</style>
border-color css
<style>
span { border-color: #A6EE7F; }
span { border-color: rgb(166,238,127); }
td.TdClassName
{
border-color: #A6EE7F;
}
.TagClassName
{
border-color: #A6EE7F;
}
</style>