Shades of Feijoa #A8FE6E
Tints of Feijoa #A8FE6E
RGB
CMYK
RGB Variations
Color information
#A8FE6E (or 0xA8FE6E) is known color: Feijoa. HEX triplet: A8, FE and 6E. RGB value is (168,254,110). Sum of RGB (Red+Green+Blue) = 168+254+110=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FE6E is #570191. Grayscale: #D4D4D4. Windows color (decimal): -5702034 or 7274152. OLE color: 7274152.
HSL color Cylindrical-coordinate representation of color #A8FE6E: hue angle of 95.83º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8FE6E is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 110 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.00 |
| HSL | 95.83º | 0.99% | 0.71% | - |
| HSV(B) | 95.83º | 0.57% | 1% | - |
| XYZ | 54.4 | 80.33 | 27.39 | - |
| YUV | 211.87 | 70.51 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 110 | 0.34 | 0 | 0.57 | 0.00 | 95.83 | 0.99 | 0.71 |
| Hex | A8 | FE | 6E | 22 | 0 | 39 | 0 | 60 | 63 | 47 |
| Octal | 250 | 376 | 156 | 42 | 0 | 71 | 0 | 140 | 143 | 107 |
| Binary | 10101000 | 11111110 | 1101110 | 100010 | 0 | 111001 | 0 | 1100000 | 1100011 | 1000111 |
Color Harmonies of #A8FE6E
Complementary color
Monochromatic Colors of #A8FE6E
Black with #A8FE6E
Text Example
Text Example
White with #A8FE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FE6E; }
p { color: rgb(168,254,110); }
H1.HeaderClassName
{
color: #A8FE6E;
}
.AnyTagClassName
{
color: #A8FE6E;
}
</style>
background-color css
<style>
a { background-color: #A8FE6E; }
a { background-color: rgb(168,254,110); }
div.DivClassName
{
background-color: #A8FE6E;
}
.BgClassName
{
background-color: #A8FE6E;
}
</style>
border-color css
<style>
span { border-color: #A8FE6E; }
span { border-color: rgb(168,254,110); }
td.TdClassName
{
border-color: #A8FE6E;
}
.TagClassName
{
border-color: #A8FE6E;
}
</style>