Shades of Feijoa #A8EB88
Tints of Feijoa #A8EB88
RGB
CMYK
RGB Variations
Color information
#A8EB88 (or 0xA8EB88) is known color: Feijoa. HEX triplet: A8, EB and 88. RGB value is (168,235,136). Sum of RGB (Red+Green+Blue) = 168+235+136=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EB88 is #571477. Grayscale: #CCCCCC. Windows color (decimal): -5706872 or 8973224. OLE color: 8973224.
HSL color Cylindrical-coordinate representation of color #A8EB88: hue angle of 100.61º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8EB88 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 136 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.08 |
| HSL | 100.61º | 0.71% | 0.73% | - |
| HSV(B) | 100.61º | 0.42% | 0.92% | - |
| XYZ | 50.3 | 69.52 | 34.06 | - |
| YUV | 203.68 | 89.8 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 136 | 0.29 | 0 | 0.42 | 0.08 | 100.61 | 0.71 | 0.73 |
| Hex | A8 | EB | 88 | 1D | 0 | 2A | 8 | 65 | 47 | 49 |
| Octal | 250 | 353 | 210 | 35 | 0 | 52 | 10 | 145 | 107 | 111 |
| Binary | 10101000 | 11101011 | 10001000 | 11101 | 0 | 101010 | 1000 | 1100101 | 1000111 | 1001001 |
Color Harmonies of #A8EB88
Complementary color
Monochromatic Colors of #A8EB88
Black with #A8EB88
Text Example
Text Example
White with #A8EB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EB88; }
p { color: rgb(168,235,136); }
H1.HeaderClassName
{
color: #A8EB88;
}
.AnyTagClassName
{
color: #A8EB88;
}
</style>
background-color css
<style>
a { background-color: #A8EB88; }
a { background-color: rgb(168,235,136); }
div.DivClassName
{
background-color: #A8EB88;
}
.BgClassName
{
background-color: #A8EB88;
}
</style>
border-color css
<style>
span { border-color: #A8EB88; }
span { border-color: rgb(168,235,136); }
td.TdClassName
{
border-color: #A8EB88;
}
.TagClassName
{
border-color: #A8EB88;
}
</style>