Shades of Feijoa #A6E570
Tints of Feijoa #A6E570
RGB
CMYK
RGB Variations
Color information
#A6E570 (or 0xA6E570) is known color: Feijoa. HEX triplet: A6, E5 and 70. RGB value is (166,229,112). Sum of RGB (Red+Green+Blue) = 166+229+112=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E570 is #591A8F. Grayscale: #C5C5C5. Windows color (decimal): -5839504 or 7398822. OLE color: 7398822.
HSL color Cylindrical-coordinate representation of color #A6E570: hue angle of 92.31º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6E570 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 229 | 112 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.10 |
| HSL | 92.31º | 0.69% | 0.67% | - |
| HSV(B) | 92.31º | 0.51% | 0.9% | - |
| XYZ | 46.67 | 65.32 | 25.48 | - |
| YUV | 196.83 | 80.13 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 229 | 112 | 0.28 | 0 | 0.51 | 0.10 | 92.31 | 0.69 | 0.67 |
| Hex | A6 | E5 | 70 | 1C | 0 | 33 | A | 5C | 45 | 43 |
| Octal | 246 | 345 | 160 | 34 | 0 | 63 | 12 | 134 | 105 | 103 |
| Binary | 10100110 | 11100101 | 1110000 | 11100 | 0 | 110011 | 1010 | 1011100 | 1000101 | 1000011 |
Color Harmonies of #A6E570
Complementary color
Monochromatic Colors of #A6E570
Black with #A6E570
Text Example
Text Example
White with #A6E570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E570; }
p { color: rgb(166,229,112); }
H1.HeaderClassName
{
color: #A6E570;
}
.AnyTagClassName
{
color: #A6E570;
}
</style>
background-color css
<style>
a { background-color: #A6E570; }
a { background-color: rgb(166,229,112); }
div.DivClassName
{
background-color: #A6E570;
}
.BgClassName
{
background-color: #A6E570;
}
</style>
border-color css
<style>
span { border-color: #A6E570; }
span { border-color: rgb(166,229,112); }
td.TdClassName
{
border-color: #A6E570;
}
.TagClassName
{
border-color: #A6E570;
}
</style>