Shades of Feijoa #A8EF89
Tints of Feijoa #A8EF89
RGB
CMYK
RGB Variations
Color information
#A8EF89 (or 0xA8EF89) is known color: Feijoa. HEX triplet: A8, EF and 89. RGB value is (168,239,137). Sum of RGB (Red+Green+Blue) = 168+239+137=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 137 (53.91% from 255 or 25.18% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EF89 is #571076. Grayscale: #CECECE. Windows color (decimal): -5705847 or 9039784. OLE color: 9039784.
HSL color Cylindrical-coordinate representation of color #A8EF89: hue angle of 101.76º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8EF89 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 137 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.06 |
| HSL | 101.76º | 0.76% | 0.74% | - |
| HSV(B) | 101.76º | 0.43% | 0.94% | - |
| XYZ | 51.53 | 71.86 | 34.82 | - |
| YUV | 206.14 | 88.98 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 137 | 0.30 | 0 | 0.43 | 0.06 | 101.76 | 0.76 | 0.74 |
| Hex | A8 | EF | 89 | 1E | 0 | 2B | 6 | 66 | 4C | 4A |
| Octal | 250 | 357 | 211 | 36 | 0 | 53 | 6 | 146 | 114 | 112 |
| Binary | 10101000 | 11101111 | 10001001 | 11110 | 0 | 101011 | 110 | 1100110 | 1001100 | 1001010 |
Color Harmonies of #A8EF89
Complementary color
Monochromatic Colors of #A8EF89
Black with #A8EF89
Text Example
Text Example
White with #A8EF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF89; }
p { color: rgb(168,239,137); }
H1.HeaderClassName
{
color: #A8EF89;
}
.AnyTagClassName
{
color: #A8EF89;
}
</style>
background-color css
<style>
a { background-color: #A8EF89; }
a { background-color: rgb(168,239,137); }
div.DivClassName
{
background-color: #A8EF89;
}
.BgClassName
{
background-color: #A8EF89;
}
</style>
border-color css
<style>
span { border-color: #A8EF89; }
span { border-color: rgb(168,239,137); }
td.TdClassName
{
border-color: #A8EF89;
}
.TagClassName
{
border-color: #A8EF89;
}
</style>