Shades of Feijoa #A6E575
Tints of Feijoa #A6E575
RGB
CMYK
RGB Variations
Color information
#A6E575 (or 0xA6E575) is known color: Feijoa. HEX triplet: A6, E5 and 75. RGB value is (166,229,117). Sum of RGB (Red+Green+Blue) = 166+229+117=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E575 is #591A8A. Grayscale: #C5C5C5. Windows color (decimal): -5839499 or 7726502. OLE color: 7726502.
HSL color Cylindrical-coordinate representation of color #A6E575: hue angle of 93.75º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6E575 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 229 | 117 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.10 |
| HSL | 93.75º | 0.68% | 0.68% | - |
| HSV(B) | 93.75º | 0.49% | 0.9% | - |
| XYZ | 46.96 | 65.43 | 26.98 | - |
| YUV | 197.4 | 82.63 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 229 | 117 | 0.28 | 0 | 0.49 | 0.10 | 93.75 | 0.68 | 0.68 |
| Hex | A6 | E5 | 75 | 1C | 0 | 31 | A | 5E | 44 | 44 |
| Octal | 246 | 345 | 165 | 34 | 0 | 61 | 12 | 136 | 104 | 104 |
| Binary | 10100110 | 11100101 | 1110101 | 11100 | 0 | 110001 | 1010 | 1011110 | 1000100 | 1000100 |
Color Harmonies of #A6E575
Complementary color
Monochromatic Colors of #A6E575
Black with #A6E575
Text Example
Text Example
White with #A6E575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E575; }
p { color: rgb(166,229,117); }
H1.HeaderClassName
{
color: #A6E575;
}
.AnyTagClassName
{
color: #A6E575;
}
</style>
background-color css
<style>
a { background-color: #A6E575; }
a { background-color: rgb(166,229,117); }
div.DivClassName
{
background-color: #A6E575;
}
.BgClassName
{
background-color: #A6E575;
}
</style>
border-color css
<style>
span { border-color: #A6E575; }
span { border-color: rgb(166,229,117); }
td.TdClassName
{
border-color: #A6E575;
}
.TagClassName
{
border-color: #A6E575;
}
</style>