Shades of Feijoa #A8EB80
Tints of Feijoa #A8EB80
RGB
CMYK
RGB Variations
Color information
#A8EB80 (or 0xA8EB80) is known color: Feijoa. HEX triplet: A8, EB and 80. RGB value is (168,235,128). Sum of RGB (Red+Green+Blue) = 168+235+128=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EB80 is #57147F. Grayscale: #CBCBCB. Windows color (decimal): -5706880 or 8448936. OLE color: 8448936.
HSL color Cylindrical-coordinate representation of color #A8EB80: hue angle of 97.57º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8EB80 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 128 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.08 |
| HSL | 97.57º | 0.73% | 0.71% | - |
| HSV(B) | 97.57º | 0.46% | 0.92% | - |
| XYZ | 49.75 | 69.3 | 31.18 | - |
| YUV | 202.77 | 85.8 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 128 | 0.29 | 0 | 0.46 | 0.08 | 97.57 | 0.73 | 0.71 |
| Hex | A8 | EB | 80 | 1D | 0 | 2E | 8 | 62 | 49 | 47 |
| Octal | 250 | 353 | 200 | 35 | 0 | 56 | 10 | 142 | 111 | 107 |
| Binary | 10101000 | 11101011 | 10000000 | 11101 | 0 | 101110 | 1000 | 1100010 | 1001001 | 1000111 |
Color Harmonies of #A8EB80
Complementary color
Monochromatic Colors of #A8EB80
Black with #A8EB80
Text Example
Text Example
White with #A8EB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EB80; }
p { color: rgb(168,235,128); }
H1.HeaderClassName
{
color: #A8EB80;
}
.AnyTagClassName
{
color: #A8EB80;
}
</style>
background-color css
<style>
a { background-color: #A8EB80; }
a { background-color: rgb(168,235,128); }
div.DivClassName
{
background-color: #A8EB80;
}
.BgClassName
{
background-color: #A8EB80;
}
</style>
border-color css
<style>
span { border-color: #A8EB80; }
span { border-color: rgb(168,235,128); }
td.TdClassName
{
border-color: #A8EB80;
}
.TagClassName
{
border-color: #A8EB80;
}
</style>