Shades of Feijoa #A6E57B
Tints of Feijoa #A6E57B
RGB
CMYK
RGB Variations
Color information
#A6E57B (or 0xA6E57B) is known color: Feijoa. HEX triplet: A6, E5 and 7B. RGB value is (166,229,123). Sum of RGB (Red+Green+Blue) = 166+229+123=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E57B is #591A84. Grayscale: #C6C6C6. Windows color (decimal): -5839493 or 8119718. OLE color: 8119718.
HSL color Cylindrical-coordinate representation of color #A6E57B: hue angle of 95.66º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6E57B is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 229 | 123 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.10 |
| HSL | 95.66º | 0.67% | 0.69% | - |
| HSV(B) | 95.66º | 0.46% | 0.9% | - |
| XYZ | 47.32 | 65.58 | 28.9 | - |
| YUV | 198.08 | 85.63 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 229 | 123 | 0.28 | 0 | 0.46 | 0.10 | 95.66 | 0.67 | 0.69 |
| Hex | A6 | E5 | 7B | 1C | 0 | 2E | A | 60 | 43 | 45 |
| Octal | 246 | 345 | 173 | 34 | 0 | 56 | 12 | 140 | 103 | 105 |
| Binary | 10100110 | 11100101 | 1111011 | 11100 | 0 | 101110 | 1010 | 1100000 | 1000011 | 1000101 |
Color Harmonies of #A6E57B
Complementary color
Monochromatic Colors of #A6E57B
Black with #A6E57B
Text Example
Text Example
White with #A6E57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E57B; }
p { color: rgb(166,229,123); }
H1.HeaderClassName
{
color: #A6E57B;
}
.AnyTagClassName
{
color: #A6E57B;
}
</style>
background-color css
<style>
a { background-color: #A6E57B; }
a { background-color: rgb(166,229,123); }
div.DivClassName
{
background-color: #A6E57B;
}
.BgClassName
{
background-color: #A6E57B;
}
</style>
border-color css
<style>
span { border-color: #A6E57B; }
span { border-color: rgb(166,229,123); }
td.TdClassName
{
border-color: #A6E57B;
}
.TagClassName
{
border-color: #A6E57B;
}
</style>