Shades of Feijoa #A8EB7C
Tints of Feijoa #A8EB7C
RGB
CMYK
RGB Variations
Color information
#A8EB7C (or 0xA8EB7C) is known color: Feijoa. HEX triplet: A8, EB and 7C. RGB value is (168,235,124). Sum of RGB (Red+Green+Blue) = 168+235+124=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EB7C is #571483. Grayscale: #CACACA. Windows color (decimal): -5706884 or 8186792. OLE color: 8186792.
HSL color Cylindrical-coordinate representation of color #A8EB7C: hue angle of 96.22º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8EB7C is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 124 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.08 |
| HSL | 96.22º | 0.74% | 0.7% | - |
| HSV(B) | 96.22º | 0.47% | 0.92% | - |
| XYZ | 49.49 | 69.2 | 29.82 | - |
| YUV | 202.31 | 83.8 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 124 | 0.29 | 0 | 0.47 | 0.08 | 96.22 | 0.74 | 0.7 |
| Hex | A8 | EB | 7C | 1D | 0 | 2F | 8 | 60 | 4A | 46 |
| Octal | 250 | 353 | 174 | 35 | 0 | 57 | 10 | 140 | 112 | 106 |
| Binary | 10101000 | 11101011 | 1111100 | 11101 | 0 | 101111 | 1000 | 1100000 | 1001010 | 1000110 |
Color Harmonies of #A8EB7C
Complementary color
Monochromatic Colors of #A8EB7C
Black with #A8EB7C
Text Example
Text Example
White with #A8EB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EB7C; }
p { color: rgb(168,235,124); }
H1.HeaderClassName
{
color: #A8EB7C;
}
.AnyTagClassName
{
color: #A8EB7C;
}
</style>
background-color css
<style>
a { background-color: #A8EB7C; }
a { background-color: rgb(168,235,124); }
div.DivClassName
{
background-color: #A8EB7C;
}
.BgClassName
{
background-color: #A8EB7C;
}
</style>
border-color css
<style>
span { border-color: #A8EB7C; }
span { border-color: rgb(168,235,124); }
td.TdClassName
{
border-color: #A8EB7C;
}
.TagClassName
{
border-color: #A8EB7C;
}
</style>