Shades of Feijoa #A8F66E
Tints of Feijoa #A8F66E
RGB
CMYK
RGB Variations
Color information
#A8F66E (or 0xA8F66E) is known color: Feijoa. HEX triplet: A8, F6 and 6E. RGB value is (168,246,110). Sum of RGB (Red+Green+Blue) = 168+246+110=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F66E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F66E is #570991. Grayscale: #CFCFCF. Windows color (decimal): -5704082 or 7272104. OLE color: 7272104.
HSL color Cylindrical-coordinate representation of color #A8F66E: hue angle of 94.41º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8F66E is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 110 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.04 |
| HSL | 94.41º | 0.88% | 0.7% | - |
| HSV(B) | 94.41º | 0.55% | 0.96% | - |
| XYZ | 51.92 | 75.36 | 26.56 | - |
| YUV | 207.17 | 73.16 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 110 | 0.32 | 0 | 0.55 | 0.04 | 94.41 | 0.88 | 0.7 |
| Hex | A8 | F6 | 6E | 20 | 0 | 37 | 4 | 5E | 58 | 46 |
| Octal | 250 | 366 | 156 | 40 | 0 | 67 | 4 | 136 | 130 | 106 |
| Binary | 10101000 | 11110110 | 1101110 | 100000 | 0 | 110111 | 100 | 1011110 | 1011000 | 1000110 |
Color Harmonies of #A8F66E
Complementary color
Monochromatic Colors of #A8F66E
Black with #A8F66E
Text Example
Text Example
White with #A8F66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F66E; }
p { color: rgb(168,246,110); }
H1.HeaderClassName
{
color: #A8F66E;
}
.AnyTagClassName
{
color: #A8F66E;
}
</style>
background-color css
<style>
a { background-color: #A8F66E; }
a { background-color: rgb(168,246,110); }
div.DivClassName
{
background-color: #A8F66E;
}
.BgClassName
{
background-color: #A8F66E;
}
</style>
border-color css
<style>
span { border-color: #A8F66E; }
span { border-color: rgb(168,246,110); }
td.TdClassName
{
border-color: #A8F66E;
}
.TagClassName
{
border-color: #A8F66E;
}
</style>