Shades of Feijoa #A6E479
Tints of Feijoa #A6E479
RGB
CMYK
RGB Variations
Color information
#A6E479 (or 0xA6E479) is known color: Feijoa. HEX triplet: A6, E4 and 79. RGB value is (166,228,121). Sum of RGB (Red+Green+Blue) = 166+228+121=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 121 (47.66% from 255 or 23.50% from 515); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E479 is #591B86. Grayscale: #C5C5C5. Windows color (decimal): -5839751 or 7988390. OLE color: 7988390.
HSL color Cylindrical-coordinate representation of color #A6E479: hue angle of 94.77º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6E479 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 228 | 121 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.11 |
| HSL | 94.77º | 0.66% | 0.68% | - |
| HSV(B) | 94.77º | 0.47% | 0.89% | - |
| XYZ | 46.92 | 64.97 | 28.16 | - |
| YUV | 197.26 | 84.96 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 228 | 121 | 0.27 | 0 | 0.47 | 0.11 | 94.77 | 0.66 | 0.68 |
| Hex | A6 | E4 | 79 | 1B | 0 | 2F | B | 5F | 42 | 44 |
| Octal | 246 | 344 | 171 | 33 | 0 | 57 | 13 | 137 | 102 | 104 |
| Binary | 10100110 | 11100100 | 1111001 | 11011 | 0 | 101111 | 1011 | 1011111 | 1000010 | 1000100 |
Color Harmonies of #A6E479
Complementary color
Monochromatic Colors of #A6E479
Black with #A6E479
Text Example
Text Example
White with #A6E479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E479; }
p { color: rgb(166,228,121); }
H1.HeaderClassName
{
color: #A6E479;
}
.AnyTagClassName
{
color: #A6E479;
}
</style>
background-color css
<style>
a { background-color: #A6E479; }
a { background-color: rgb(166,228,121); }
div.DivClassName
{
background-color: #A6E479;
}
.BgClassName
{
background-color: #A6E479;
}
</style>
border-color css
<style>
span { border-color: #A6E479; }
span { border-color: rgb(166,228,121); }
td.TdClassName
{
border-color: #A6E479;
}
.TagClassName
{
border-color: #A6E479;
}
</style>