Shades of Feijoa #A8F86B
Tints of Feijoa #A8F86B
RGB
CMYK
RGB Variations
Color information
#A8F86B (or 0xA8F86B) is known color: Feijoa. HEX triplet: A8, F8 and 6B. RGB value is (168,248,107). Sum of RGB (Red+Green+Blue) = 168+248+107=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F86B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F86B is #570794. Grayscale: #D0D0D0. Windows color (decimal): -5703573 or 7076008. OLE color: 7076008.
HSL color Cylindrical-coordinate representation of color #A8F86B: hue angle of 94.04º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8F86B is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 107 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.03 |
| HSL | 94.04º | 0.91% | 0.7% | - |
| HSV(B) | 94.04º | 0.57% | 0.97% | - |
| XYZ | 52.37 | 76.52 | 25.92 | - |
| YUV | 208.01 | 71 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 107 | 0.32 | 0 | 0.57 | 0.03 | 94.04 | 0.91 | 0.7 |
| Hex | A8 | F8 | 6B | 20 | 0 | 39 | 3 | 5E | 5B | 46 |
| Octal | 250 | 370 | 153 | 40 | 0 | 71 | 3 | 136 | 133 | 106 |
| Binary | 10101000 | 11111000 | 1101011 | 100000 | 0 | 111001 | 11 | 1011110 | 1011011 | 1000110 |
Color Harmonies of #A8F86B
Complementary color
Monochromatic Colors of #A8F86B
Black with #A8F86B
Text Example
Text Example
White with #A8F86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F86B; }
p { color: rgb(168,248,107); }
H1.HeaderClassName
{
color: #A8F86B;
}
.AnyTagClassName
{
color: #A8F86B;
}
</style>
background-color css
<style>
a { background-color: #A8F86B; }
a { background-color: rgb(168,248,107); }
div.DivClassName
{
background-color: #A8F86B;
}
.BgClassName
{
background-color: #A8F86B;
}
</style>
border-color css
<style>
span { border-color: #A8F86B; }
span { border-color: rgb(168,248,107); }
td.TdClassName
{
border-color: #A8F86B;
}
.TagClassName
{
border-color: #A8F86B;
}
</style>