Shades of Feijoa #A8FE7C
Tints of Feijoa #A8FE7C
RGB
CMYK
RGB Variations
Color information
#A8FE7C (or 0xA8FE7C) is known color: Feijoa. HEX triplet: A8, FE and 7C. RGB value is (168,254,124). Sum of RGB (Red+Green+Blue) = 168+254+124=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 124 (48.83% from 255 or 22.71% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FE7C is #570183. Grayscale: #D5D5D5. Windows color (decimal): -5702020 or 8191656. OLE color: 8191656.
HSL color Cylindrical-coordinate representation of color #A8FE7C: hue angle of 99.69º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8FE7C is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 124 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.00 |
| HSL | 99.69º | 0.98% | 0.74% | - |
| HSV(B) | 99.69º | 0.51% | 1% | - |
| XYZ | 55.23 | 80.66 | 31.73 | - |
| YUV | 213.47 | 77.51 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 124 | 0.34 | 0 | 0.51 | 0.00 | 99.69 | 0.98 | 0.74 |
| Hex | A8 | FE | 7C | 22 | 0 | 33 | 0 | 64 | 62 | 4A |
| Octal | 250 | 376 | 174 | 42 | 0 | 63 | 0 | 144 | 142 | 112 |
| Binary | 10101000 | 11111110 | 1111100 | 100010 | 0 | 110011 | 0 | 1100100 | 1100010 | 1001010 |
Color Harmonies of #A8FE7C
Complementary color
Monochromatic Colors of #A8FE7C
Black with #A8FE7C
Text Example
Text Example
White with #A8FE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FE7C; }
p { color: rgb(168,254,124); }
H1.HeaderClassName
{
color: #A8FE7C;
}
.AnyTagClassName
{
color: #A8FE7C;
}
</style>
background-color css
<style>
a { background-color: #A8FE7C; }
a { background-color: rgb(168,254,124); }
div.DivClassName
{
background-color: #A8FE7C;
}
.BgClassName
{
background-color: #A8FE7C;
}
</style>
border-color css
<style>
span { border-color: #A8FE7C; }
span { border-color: rgb(168,254,124); }
td.TdClassName
{
border-color: #A8FE7C;
}
.TagClassName
{
border-color: #A8FE7C;
}
</style>