Shades of Feijoa #A8EA80
Tints of Feijoa #A8EA80
RGB
CMYK
RGB Variations
Color information
#A8EA80 (or 0xA8EA80) is known color: Feijoa. HEX triplet: A8, EA and 80. RGB value is (168,234,128). Sum of RGB (Red+Green+Blue) = 168+234+128=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EA80 is #57157F. Grayscale: #CACACA. Windows color (decimal): -5707136 or 8448680. OLE color: 8448680.
HSL color Cylindrical-coordinate representation of color #A8EA80: hue angle of 97.36º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8EA80 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 128 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.08 |
| HSL | 97.36º | 0.72% | 0.71% | - |
| HSV(B) | 97.36º | 0.45% | 0.92% | - |
| XYZ | 49.47 | 68.73 | 31.08 | - |
| YUV | 202.18 | 86.13 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 128 | 0.28 | 0 | 0.45 | 0.08 | 97.36 | 0.72 | 0.71 |
| Hex | A8 | EA | 80 | 1C | 0 | 2D | 8 | 61 | 48 | 47 |
| Octal | 250 | 352 | 200 | 34 | 0 | 55 | 10 | 141 | 110 | 107 |
| Binary | 10101000 | 11101010 | 10000000 | 11100 | 0 | 101101 | 1000 | 1100001 | 1001000 | 1000111 |
Color Harmonies of #A8EA80
Complementary color
Monochromatic Colors of #A8EA80
Black with #A8EA80
Text Example
Text Example
White with #A8EA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA80; }
p { color: rgb(168,234,128); }
H1.HeaderClassName
{
color: #A8EA80;
}
.AnyTagClassName
{
color: #A8EA80;
}
</style>
background-color css
<style>
a { background-color: #A8EA80; }
a { background-color: rgb(168,234,128); }
div.DivClassName
{
background-color: #A8EA80;
}
.BgClassName
{
background-color: #A8EA80;
}
</style>
border-color css
<style>
span { border-color: #A8EA80; }
span { border-color: rgb(168,234,128); }
td.TdClassName
{
border-color: #A8EA80;
}
.TagClassName
{
border-color: #A8EA80;
}
</style>