Shades of Feijoa #A6E182
Tints of Feijoa #A6E182
RGB
CMYK
RGB Variations
Color information
#A6E182 (or 0xA6E182) is known color: Feijoa. HEX triplet: A6, E1 and 82. RGB value is (166,225,130). Sum of RGB (Red+Green+Blue) = 166+225+130=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E182 is #591E7D. Grayscale: #C4C4C4. Windows color (decimal): -5840510 or 8577446. OLE color: 8577446.
HSL color Cylindrical-coordinate representation of color #A6E182: hue angle of 97.26º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6E182 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 225 | 130 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.12 |
| HSL | 97.26º | 0.61% | 0.7% | - |
| HSV(B) | 97.26º | 0.42% | 0.88% | - |
| XYZ | 46.68 | 63.57 | 30.93 | - |
| YUV | 196.53 | 90.45 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 225 | 130 | 0.26 | 0 | 0.42 | 0.12 | 97.26 | 0.61 | 0.7 |
| Hex | A6 | E1 | 82 | 1A | 0 | 2A | C | 61 | 3D | 46 |
| Octal | 246 | 341 | 202 | 32 | 0 | 52 | 14 | 141 | 75 | 106 |
| Binary | 10100110 | 11100001 | 10000010 | 11010 | 0 | 101010 | 1100 | 1100001 | 111101 | 1000110 |
Color Harmonies of #A6E182
Complementary color
Monochromatic Colors of #A6E182
Black with #A6E182
Text Example
Text Example
White with #A6E182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E182; }
p { color: rgb(166,225,130); }
H1.HeaderClassName
{
color: #A6E182;
}
.AnyTagClassName
{
color: #A6E182;
}
</style>
background-color css
<style>
a { background-color: #A6E182; }
a { background-color: rgb(166,225,130); }
div.DivClassName
{
background-color: #A6E182;
}
.BgClassName
{
background-color: #A6E182;
}
</style>
border-color css
<style>
span { border-color: #A6E182; }
span { border-color: rgb(166,225,130); }
td.TdClassName
{
border-color: #A6E182;
}
.TagClassName
{
border-color: #A6E182;
}
</style>