Shades of Feijoa #A8EF87
Tints of Feijoa #A8EF87
RGB
CMYK
RGB Variations
Color information
#A8EF87 (or 0xA8EF87) is known color: Feijoa. HEX triplet: A8, EF and 87. RGB value is (168,239,135). Sum of RGB (Red+Green+Blue) = 168+239+135=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 135 (53.12% from 255 or 24.91% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF87 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EF87 is #571078. Grayscale: #CECECE. Windows color (decimal): -5705849 or 8908712. OLE color: 8908712.
HSL color Cylindrical-coordinate representation of color #A8EF87: hue angle of 100.96º degrees, saturation: 0.76, 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 #A8EF87 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 135 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.06 |
| HSL | 100.96º | 0.76% | 0.73% | - |
| HSV(B) | 100.96º | 0.44% | 0.94% | - |
| XYZ | 51.39 | 71.81 | 34.07 | - |
| YUV | 205.92 | 87.98 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 135 | 0.30 | 0 | 0.44 | 0.06 | 100.96 | 0.76 | 0.73 |
| Hex | A8 | EF | 87 | 1E | 0 | 2C | 6 | 65 | 4C | 49 |
| Octal | 250 | 357 | 207 | 36 | 0 | 54 | 6 | 145 | 114 | 111 |
| Binary | 10101000 | 11101111 | 10000111 | 11110 | 0 | 101100 | 110 | 1100101 | 1001100 | 1001001 |
Color Harmonies of #A8EF87
Complementary color
Monochromatic Colors of #A8EF87
Black with #A8EF87
Text Example
Text Example
White with #A8EF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF87; }
p { color: rgb(168,239,135); }
H1.HeaderClassName
{
color: #A8EF87;
}
.AnyTagClassName
{
color: #A8EF87;
}
</style>
background-color css
<style>
a { background-color: #A8EF87; }
a { background-color: rgb(168,239,135); }
div.DivClassName
{
background-color: #A8EF87;
}
.BgClassName
{
background-color: #A8EF87;
}
</style>
border-color css
<style>
span { border-color: #A8EF87; }
span { border-color: rgb(168,239,135); }
td.TdClassName
{
border-color: #A8EF87;
}
.TagClassName
{
border-color: #A8EF87;
}
</style>