Shades of Feijoa #A8F76B
Tints of Feijoa #A8F76B
RGB
CMYK
RGB Variations
Color information
#A8F76B (or 0xA8F76B) is known color: Feijoa. HEX triplet: A8, F7 and 6B. RGB value is (168,247,107). Sum of RGB (Red+Green+Blue) = 168+247+107=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 247 (96.88% from 255 or 47.32% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F76B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F76B is #570894. Grayscale: #CFCFCF. Windows color (decimal): -5703829 or 7075752. OLE color: 7075752.
HSL color Cylindrical-coordinate representation of color #A8F76B: hue angle of 93.86º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8F76B is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 247 | 107 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.03 |
| HSL | 93.86º | 0.9% | 0.69% | - |
| HSV(B) | 93.86º | 0.57% | 0.97% | - |
| XYZ | 52.06 | 75.91 | 25.82 | - |
| YUV | 207.42 | 71.33 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 247 | 107 | 0.32 | 0 | 0.57 | 0.03 | 93.86 | 0.9 | 0.69 |
| Hex | A8 | F7 | 6B | 20 | 0 | 39 | 3 | 5E | 5A | 45 |
| Octal | 250 | 367 | 153 | 40 | 0 | 71 | 3 | 136 | 132 | 105 |
| Binary | 10101000 | 11110111 | 1101011 | 100000 | 0 | 111001 | 11 | 1011110 | 1011010 | 1000101 |
Color Harmonies of #A8F76B
Complementary color
Monochromatic Colors of #A8F76B
Black with #A8F76B
Text Example
Text Example
White with #A8F76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F76B; }
p { color: rgb(168,247,107); }
H1.HeaderClassName
{
color: #A8F76B;
}
.AnyTagClassName
{
color: #A8F76B;
}
</style>
background-color css
<style>
a { background-color: #A8F76B; }
a { background-color: rgb(168,247,107); }
div.DivClassName
{
background-color: #A8F76B;
}
.BgClassName
{
background-color: #A8F76B;
}
</style>
border-color css
<style>
span { border-color: #A8F76B; }
span { border-color: rgb(168,247,107); }
td.TdClassName
{
border-color: #A8F76B;
}
.TagClassName
{
border-color: #A8F76B;
}
</style>