Shades of Feijoa #A8EF86
Tints of Feijoa #A8EF86
RGB
CMYK
RGB Variations
Color information
#A8EF86 (or 0xA8EF86) is known color: Feijoa. HEX triplet: A8, EF and 86. RGB value is (168,239,134). Sum of RGB (Red+Green+Blue) = 168+239+134=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EF86 is #571079. Grayscale: #CECECE. Windows color (decimal): -5705850 or 8843176. OLE color: 8843176.
HSL color Cylindrical-coordinate representation of color #A8EF86: hue angle of 100.57º 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 #A8EF86 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 134 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.06 |
| HSL | 100.57º | 0.77% | 0.73% | - |
| HSV(B) | 100.57º | 0.44% | 0.94% | - |
| XYZ | 51.32 | 71.78 | 33.7 | - |
| YUV | 205.8 | 87.48 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 134 | 0.30 | 0 | 0.44 | 0.06 | 100.57 | 0.77 | 0.73 |
| Hex | A8 | EF | 86 | 1E | 0 | 2C | 6 | 65 | 4D | 49 |
| Octal | 250 | 357 | 206 | 36 | 0 | 54 | 6 | 145 | 115 | 111 |
| Binary | 10101000 | 11101111 | 10000110 | 11110 | 0 | 101100 | 110 | 1100101 | 1001101 | 1001001 |
Color Harmonies of #A8EF86
Complementary color
Monochromatic Colors of #A8EF86
Black with #A8EF86
Text Example
Text Example
White with #A8EF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF86; }
p { color: rgb(168,239,134); }
H1.HeaderClassName
{
color: #A8EF86;
}
.AnyTagClassName
{
color: #A8EF86;
}
</style>
background-color css
<style>
a { background-color: #A8EF86; }
a { background-color: rgb(168,239,134); }
div.DivClassName
{
background-color: #A8EF86;
}
.BgClassName
{
background-color: #A8EF86;
}
</style>
border-color css
<style>
span { border-color: #A8EF86; }
span { border-color: rgb(168,239,134); }
td.TdClassName
{
border-color: #A8EF86;
}
.TagClassName
{
border-color: #A8EF86;
}
</style>