Shades of Feijoa #A8FB6B
Tints of Feijoa #A8FB6B
RGB
CMYK
RGB Variations
Color information
#A8FB6B (or 0xA8FB6B) is known color: Feijoa. HEX triplet: A8, FB and 6B. RGB value is (168,251,107). Sum of RGB (Red+Green+Blue) = 168+251+107=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FB6B is #570494. Grayscale: #D2D2D2. Windows color (decimal): -5702805 or 7076776. OLE color: 7076776.
HSL color Cylindrical-coordinate representation of color #A8FB6B: hue angle of 94.58º degrees, saturation: 0.95, 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 #A8FB6B is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 107 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.02 |
| HSL | 94.58º | 0.95% | 0.7% | - |
| HSV(B) | 94.58º | 0.57% | 0.98% | - |
| XYZ | 53.3 | 78.38 | 26.23 | - |
| YUV | 209.77 | 70 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 107 | 0.33 | 0 | 0.57 | 0.02 | 94.58 | 0.95 | 0.7 |
| Hex | A8 | FB | 6B | 21 | 0 | 39 | 2 | 5F | 5F | 46 |
| Octal | 250 | 373 | 153 | 41 | 0 | 71 | 2 | 137 | 137 | 106 |
| Binary | 10101000 | 11111011 | 1101011 | 100001 | 0 | 111001 | 10 | 1011111 | 1011111 | 1000110 |
Color Harmonies of #A8FB6B
Complementary color
Monochromatic Colors of #A8FB6B
Black with #A8FB6B
Text Example
Text Example
White with #A8FB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FB6B; }
p { color: rgb(168,251,107); }
H1.HeaderClassName
{
color: #A8FB6B;
}
.AnyTagClassName
{
color: #A8FB6B;
}
</style>
background-color css
<style>
a { background-color: #A8FB6B; }
a { background-color: rgb(168,251,107); }
div.DivClassName
{
background-color: #A8FB6B;
}
.BgClassName
{
background-color: #A8FB6B;
}
</style>
border-color css
<style>
span { border-color: #A8FB6B; }
span { border-color: rgb(168,251,107); }
td.TdClassName
{
border-color: #A8FB6B;
}
.TagClassName
{
border-color: #A8FB6B;
}
</style>