Shades of Feijoa #A8F67B
Tints of Feijoa #A8F67B
RGB
CMYK
RGB Variations
Color information
#A8F67B (or 0xA8F67B) is known color: Feijoa. HEX triplet: A8, F6 and 7B. RGB value is (168,246,123). Sum of RGB (Red+Green+Blue) = 168+246+123=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F67B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F67B is #570984. Grayscale: #D1D1D1. Windows color (decimal): -5704069 or 8124072. OLE color: 8124072.
HSL color Cylindrical-coordinate representation of color #A8F67B: hue angle of 98.05º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8F67B is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 123 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.04 |
| HSL | 98.05º | 0.87% | 0.72% | - |
| HSV(B) | 98.05º | 0.5% | 0.96% | - |
| XYZ | 52.68 | 75.67 | 30.57 | - |
| YUV | 208.66 | 79.66 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 123 | 0.32 | 0 | 0.50 | 0.04 | 98.05 | 0.87 | 0.72 |
| Hex | A8 | F6 | 7B | 20 | 0 | 32 | 4 | 62 | 57 | 48 |
| Octal | 250 | 366 | 173 | 40 | 0 | 62 | 4 | 142 | 127 | 110 |
| Binary | 10101000 | 11110110 | 1111011 | 100000 | 0 | 110010 | 100 | 1100010 | 1010111 | 1001000 |
Color Harmonies of #A8F67B
Complementary color
Monochromatic Colors of #A8F67B
Black with #A8F67B
Text Example
Text Example
White with #A8F67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F67B; }
p { color: rgb(168,246,123); }
H1.HeaderClassName
{
color: #A8F67B;
}
.AnyTagClassName
{
color: #A8F67B;
}
</style>
background-color css
<style>
a { background-color: #A8F67B; }
a { background-color: rgb(168,246,123); }
div.DivClassName
{
background-color: #A8F67B;
}
.BgClassName
{
background-color: #A8F67B;
}
</style>
border-color css
<style>
span { border-color: #A8F67B; }
span { border-color: rgb(168,246,123); }
td.TdClassName
{
border-color: #A8F67B;
}
.TagClassName
{
border-color: #A8F67B;
}
</style>