Shades of Feijoa #A6FF77
Tints of Feijoa #A6FF77
RGB
CMYK
RGB Variations
Color information
#A6FF77 (or 0xA6FF77) is known color: Feijoa. HEX triplet: A6, FF and 77. RGB value is (166,255,119). Sum of RGB (Red+Green+Blue) = 166+255+119=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FF77 is #590088. Grayscale: #D5D5D5. Windows color (decimal): -5832841 or 7864230. OLE color: 7864230.
HSL color Cylindrical-coordinate representation of color #A6FF77: hue angle of 99.26º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6FF77 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 119 | - |
| CMYK | 0.35 | 0 | 0.53 | 0 |
| HSL | 99.26º | 1% | 0.73% | - |
| HSV(B) | 99.26º | 0.53% | 1% | - |
| XYZ | 54.82 | 80.96 | 30.19 | - |
| YUV | 212.89 | 75.01 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 119 | 0.35 | 0 | 0.53 | 0 | 99.26 | 1 | 0.73 |
| Hex | A6 | FF | 77 | 23 | 0 | 35 | 0 | 63 | 64 | 49 |
| Octal | 246 | 377 | 167 | 43 | 0 | 65 | 0 | 143 | 144 | 111 |
| Binary | 10100110 | 11111111 | 1110111 | 100011 | 0 | 110101 | 0 | 1100011 | 1100100 | 1001001 |
Color Harmonies of #A6FF77
Complementary color
Monochromatic Colors of #A6FF77
Black with #A6FF77
Text Example
Text Example
White with #A6FF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FF77; }
p { color: rgb(166,255,119); }
H1.HeaderClassName
{
color: #A6FF77;
}
.AnyTagClassName
{
color: #A6FF77;
}
</style>
background-color css
<style>
a { background-color: #A6FF77; }
a { background-color: rgb(166,255,119); }
div.DivClassName
{
background-color: #A6FF77;
}
.BgClassName
{
background-color: #A6FF77;
}
</style>
border-color css
<style>
span { border-color: #A6FF77; }
span { border-color: rgb(166,255,119); }
td.TdClassName
{
border-color: #A6FF77;
}
.TagClassName
{
border-color: #A6FF77;
}
</style>