Shades of Feijoa #A7EF86
Tints of Feijoa #A7EF86
RGB
CMYK
RGB Variations
Color information
#A7EF86 (or 0xA7EF86) is known color: Feijoa. HEX triplet: A7, EF and 86. RGB value is (167,239,134). Sum of RGB (Red+Green+Blue) = 167+239+134=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #A7EF86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7EF86 is #581079. Grayscale: #CDCDCD. Windows color (decimal): -5771386 or 8843175. OLE color: 8843175.
HSL color Cylindrical-coordinate representation of color #A7EF86: hue angle of 101.14º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7EF86 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 239 | 134 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.06 |
| HSL | 101.14º | 0.77% | 0.73% | - |
| HSV(B) | 101.14º | 0.44% | 0.94% | - |
| XYZ | 51.11 | 71.67 | 33.69 | - |
| YUV | 205.5 | 87.65 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 239 | 134 | 0.30 | 0 | 0.44 | 0.06 | 101.14 | 0.77 | 0.73 |
| Hex | A7 | EF | 86 | 1E | 0 | 2C | 6 | 65 | 4D | 49 |
| Octal | 247 | 357 | 206 | 36 | 0 | 54 | 6 | 145 | 115 | 111 |
| Binary | 10100111 | 11101111 | 10000110 | 11110 | 0 | 101100 | 110 | 1100101 | 1001101 | 1001001 |
Color Harmonies of #A7EF86
Complementary color
Monochromatic Colors of #A7EF86
Black with #A7EF86
Text Example
Text Example
White with #A7EF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EF86; }
p { color: rgb(167,239,134); }
H1.HeaderClassName
{
color: #A7EF86;
}
.AnyTagClassName
{
color: #A7EF86;
}
</style>
background-color css
<style>
a { background-color: #A7EF86; }
a { background-color: rgb(167,239,134); }
div.DivClassName
{
background-color: #A7EF86;
}
.BgClassName
{
background-color: #A7EF86;
}
</style>
border-color css
<style>
span { border-color: #A7EF86; }
span { border-color: rgb(167,239,134); }
td.TdClassName
{
border-color: #A7EF86;
}
.TagClassName
{
border-color: #A7EF86;
}
</style>