Shades of Feijoa #A8FB6D
Tints of Feijoa #A8FB6D
RGB
CMYK
RGB Variations
Color information
#A8FB6D (or 0xA8FB6D) is known color: Feijoa. HEX triplet: A8, FB and 6D. RGB value is (168,251,109). Sum of RGB (Red+Green+Blue) = 168+251+109=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FB6D is #570492. Grayscale: #D2D2D2. Windows color (decimal): -5702803 or 7207848. OLE color: 7207848.
HSL color Cylindrical-coordinate representation of color #A8FB6D: hue angle of 95.07º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8FB6D is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 109 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.02 |
| HSL | 95.07º | 0.95% | 0.71% | - |
| HSV(B) | 95.07º | 0.57% | 0.98% | - |
| XYZ | 53.41 | 78.42 | 26.79 | - |
| YUV | 210 | 71 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 109 | 0.33 | 0 | 0.57 | 0.02 | 95.07 | 0.95 | 0.71 |
| Hex | A8 | FB | 6D | 21 | 0 | 39 | 2 | 5F | 5F | 47 |
| Octal | 250 | 373 | 155 | 41 | 0 | 71 | 2 | 137 | 137 | 107 |
| Binary | 10101000 | 11111011 | 1101101 | 100001 | 0 | 111001 | 10 | 1011111 | 1011111 | 1000111 |
Color Harmonies of #A8FB6D
Complementary color
Monochromatic Colors of #A8FB6D
Black with #A8FB6D
Text Example
Text Example
White with #A8FB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FB6D; }
p { color: rgb(168,251,109); }
H1.HeaderClassName
{
color: #A8FB6D;
}
.AnyTagClassName
{
color: #A8FB6D;
}
</style>
background-color css
<style>
a { background-color: #A8FB6D; }
a { background-color: rgb(168,251,109); }
div.DivClassName
{
background-color: #A8FB6D;
}
.BgClassName
{
background-color: #A8FB6D;
}
</style>
border-color css
<style>
span { border-color: #A8FB6D; }
span { border-color: rgb(168,251,109); }
td.TdClassName
{
border-color: #A8FB6D;
}
.TagClassName
{
border-color: #A8FB6D;
}
</style>