Shades of Feijoa #A8FF7E
Tints of Feijoa #A8FF7E
RGB
CMYK
RGB Variations
Color information
#A8FF7E (or 0xA8FF7E) is known color: Feijoa. HEX triplet: A8, FF and 7E. RGB value is (168,255,126). Sum of RGB (Red+Green+Blue) = 168+255+126=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 126 (49.61% from 255 or 22.95% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FF7E is #570081. Grayscale: #D6D6D6. Windows color (decimal): -5701762 or 8322984. OLE color: 8322984.
HSL color Cylindrical-coordinate representation of color #A8FF7E: hue angle of 100.47º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8FF7E is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 126 | - |
| CMYK | 0.34 | 0 | 0.51 | 0 |
| HSL | 100.47º | 1% | 0.75% | - |
| HSV(B) | 100.47º | 0.51% | 1% | - |
| XYZ | 55.67 | 81.35 | 32.51 | - |
| YUV | 214.28 | 78.18 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 126 | 0.34 | 0 | 0.51 | 0 | 100.47 | 1 | 0.75 |
| Hex | A8 | FF | 7E | 22 | 0 | 33 | 0 | 64 | 64 | 4B |
| Octal | 250 | 377 | 176 | 42 | 0 | 63 | 0 | 144 | 144 | 113 |
| Binary | 10101000 | 11111111 | 1111110 | 100010 | 0 | 110011 | 0 | 1100100 | 1100100 | 1001011 |
Color Harmonies of #A8FF7E
Complementary color
Monochromatic Colors of #A8FF7E
Black with #A8FF7E
Text Example
Text Example
White with #A8FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF7E; }
p { color: rgb(168,255,126); }
H1.HeaderClassName
{
color: #A8FF7E;
}
.AnyTagClassName
{
color: #A8FF7E;
}
</style>
background-color css
<style>
a { background-color: #A8FF7E; }
a { background-color: rgb(168,255,126); }
div.DivClassName
{
background-color: #A8FF7E;
}
.BgClassName
{
background-color: #A8FF7E;
}
</style>
border-color css
<style>
span { border-color: #A8FF7E; }
span { border-color: rgb(168,255,126); }
td.TdClassName
{
border-color: #A8FF7E;
}
.TagClassName
{
border-color: #A8FF7E;
}
</style>