Shades of Feijoa #A6F577
Tints of Feijoa #A6F577
RGB
CMYK
RGB Variations
Color information
#A6F577 (or 0xA6F577) is known color: Feijoa. HEX triplet: A6, F5 and 77. RGB value is (166,245,119). Sum of RGB (Red+Green+Blue) = 166+245+119=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #A6F577 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F577 is #590A88. Grayscale: #CFCFCF. Windows color (decimal): -5835401 or 7861670. OLE color: 7861670.
HSL color Cylindrical-coordinate representation of color #A6F577: hue angle of 97.62º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6F577 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 245 | 119 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.04 |
| HSL | 97.62º | 0.86% | 0.71% | - |
| HSV(B) | 97.62º | 0.51% | 0.96% | - |
| XYZ | 51.71 | 74.74 | 29.15 | - |
| YUV | 207.02 | 78.33 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 245 | 119 | 0.32 | 0 | 0.51 | 0.04 | 97.62 | 0.86 | 0.71 |
| Hex | A6 | F5 | 77 | 20 | 0 | 33 | 4 | 62 | 56 | 47 |
| Octal | 246 | 365 | 167 | 40 | 0 | 63 | 4 | 142 | 126 | 107 |
| Binary | 10100110 | 11110101 | 1110111 | 100000 | 0 | 110011 | 100 | 1100010 | 1010110 | 1000111 |
Color Harmonies of #A6F577
Complementary color
Monochromatic Colors of #A6F577
Black with #A6F577
Text Example
Text Example
White with #A6F577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F577; }
p { color: rgb(166,245,119); }
H1.HeaderClassName
{
color: #A6F577;
}
.AnyTagClassName
{
color: #A6F577;
}
</style>
background-color css
<style>
a { background-color: #A6F577; }
a { background-color: rgb(166,245,119); }
div.DivClassName
{
background-color: #A6F577;
}
.BgClassName
{
background-color: #A6F577;
}
</style>
border-color css
<style>
span { border-color: #A6F577; }
span { border-color: rgb(166,245,119); }
td.TdClassName
{
border-color: #A6F577;
}
.TagClassName
{
border-color: #A6F577;
}
</style>