Shades of Feijoa #A8E87F
Tints of Feijoa #A8E87F
RGB
CMYK
RGB Variations
Color information
#A8E87F (or 0xA8E87F) is known color: Feijoa. HEX triplet: A8, E8 and 7F. RGB value is (168,232,127). Sum of RGB (Red+Green+Blue) = 168+232+127=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #A8E87F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E87F is #571780. Grayscale: #C9C9C9. Windows color (decimal): -5707649 or 8382632. OLE color: 8382632.
HSL color Cylindrical-coordinate representation of color #A8E87F: hue angle of 96.57º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8E87F is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 232 | 127 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.09 |
| HSL | 96.57º | 0.7% | 0.7% | - |
| HSV(B) | 96.57º | 0.45% | 0.91% | - |
| XYZ | 48.84 | 67.57 | 30.55 | - |
| YUV | 200.89 | 86.3 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 232 | 127 | 0.28 | 0 | 0.45 | 0.09 | 96.57 | 0.7 | 0.7 |
| Hex | A8 | E8 | 7F | 1C | 0 | 2D | 9 | 61 | 46 | 46 |
| Octal | 250 | 350 | 177 | 34 | 0 | 55 | 11 | 141 | 106 | 106 |
| Binary | 10101000 | 11101000 | 1111111 | 11100 | 0 | 101101 | 1001 | 1100001 | 1000110 | 1000110 |
Color Harmonies of #A8E87F
Complementary color
Monochromatic Colors of #A8E87F
Black with #A8E87F
Text Example
Text Example
White with #A8E87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E87F; }
p { color: rgb(168,232,127); }
H1.HeaderClassName
{
color: #A8E87F;
}
.AnyTagClassName
{
color: #A8E87F;
}
</style>
background-color css
<style>
a { background-color: #A8E87F; }
a { background-color: rgb(168,232,127); }
div.DivClassName
{
background-color: #A8E87F;
}
.BgClassName
{
background-color: #A8E87F;
}
</style>
border-color css
<style>
span { border-color: #A8E87F; }
span { border-color: rgb(168,232,127); }
td.TdClassName
{
border-color: #A8E87F;
}
.TagClassName
{
border-color: #A8E87F;
}
</style>