Shades of Feijoa #A8FA6B
Tints of Feijoa #A8FA6B
RGB
CMYK
RGB Variations
Color information
#A8FA6B (or 0xA8FA6B) is known color: Feijoa. HEX triplet: A8, FA and 6B. RGB value is (168,250,107). Sum of RGB (Red+Green+Blue) = 168+250+107=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FA6B is #570594. Grayscale: #D1D1D1. Windows color (decimal): -5703061 or 7076520. OLE color: 7076520.
HSL color Cylindrical-coordinate representation of color #A8FA6B: hue angle of 94.41º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8FA6B is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 107 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.02 |
| HSL | 94.41º | 0.93% | 0.7% | - |
| HSV(B) | 94.41º | 0.57% | 0.98% | - |
| XYZ | 52.99 | 77.76 | 26.13 | - |
| YUV | 209.18 | 70.33 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 107 | 0.33 | 0 | 0.57 | 0.02 | 94.41 | 0.93 | 0.7 |
| Hex | A8 | FA | 6B | 21 | 0 | 39 | 2 | 5E | 5D | 46 |
| Octal | 250 | 372 | 153 | 41 | 0 | 71 | 2 | 136 | 135 | 106 |
| Binary | 10101000 | 11111010 | 1101011 | 100001 | 0 | 111001 | 10 | 1011110 | 1011101 | 1000110 |
Color Harmonies of #A8FA6B
Complementary color
Monochromatic Colors of #A8FA6B
Black with #A8FA6B
Text Example
Text Example
White with #A8FA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA6B; }
p { color: rgb(168,250,107); }
H1.HeaderClassName
{
color: #A8FA6B;
}
.AnyTagClassName
{
color: #A8FA6B;
}
</style>
background-color css
<style>
a { background-color: #A8FA6B; }
a { background-color: rgb(168,250,107); }
div.DivClassName
{
background-color: #A8FA6B;
}
.BgClassName
{
background-color: #A8FA6B;
}
</style>
border-color css
<style>
span { border-color: #A8FA6B; }
span { border-color: rgb(168,250,107); }
td.TdClassName
{
border-color: #A8FA6B;
}
.TagClassName
{
border-color: #A8FA6B;
}
</style>