Shades of Feijoa #A8FF76
Tints of Feijoa #A8FF76
RGB
CMYK
RGB Variations
Color information
#A8FF76 (or 0xA8FF76) is known color: Feijoa. HEX triplet: A8, FF and 76. RGB value is (168,255,118). Sum of RGB (Red+Green+Blue) = 168+255+118=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FF76 is #570089. Grayscale: #D5D5D5. Windows color (decimal): -5701770 or 7798696. OLE color: 7798696.
HSL color Cylindrical-coordinate representation of color #A8FF76: hue angle of 98.1º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8FF76 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 118 | - |
| CMYK | 0.34 | 0 | 0.54 | 0 |
| HSL | 98.1º | 1% | 0.73% | - |
| HSV(B) | 98.1º | 0.54% | 1% | - |
| XYZ | 55.18 | 81.15 | 29.9 | - |
| YUV | 213.37 | 74.18 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 118 | 0.34 | 0 | 0.54 | 0 | 98.1 | 1 | 0.73 |
| Hex | A8 | FF | 76 | 22 | 0 | 36 | 0 | 62 | 64 | 49 |
| Octal | 250 | 377 | 166 | 42 | 0 | 66 | 0 | 142 | 144 | 111 |
| Binary | 10101000 | 11111111 | 1110110 | 100010 | 0 | 110110 | 0 | 1100010 | 1100100 | 1001001 |
Color Harmonies of #A8FF76
Complementary color
Monochromatic Colors of #A8FF76
Black with #A8FF76
Text Example
Text Example
White with #A8FF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF76; }
p { color: rgb(168,255,118); }
H1.HeaderClassName
{
color: #A8FF76;
}
.AnyTagClassName
{
color: #A8FF76;
}
</style>
background-color css
<style>
a { background-color: #A8FF76; }
a { background-color: rgb(168,255,118); }
div.DivClassName
{
background-color: #A8FF76;
}
.BgClassName
{
background-color: #A8FF76;
}
</style>
border-color css
<style>
span { border-color: #A8FF76; }
span { border-color: rgb(168,255,118); }
td.TdClassName
{
border-color: #A8FF76;
}
.TagClassName
{
border-color: #A8FF76;
}
</style>