Shades of Feijoa #A6E08D
Tints of Feijoa #A6E08D
RGB
CMYK
RGB Variations
Color information
#A6E08D (or 0xA6E08D) is known color: Feijoa. HEX triplet: A6, E0 and 8D. RGB value is (166,224,141). Sum of RGB (Red+Green+Blue) = 166+224+141=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E08D is #591F72. Grayscale: #C5C5C5. Windows color (decimal): -5840755 or 9298086. OLE color: 9298086.
HSL color Cylindrical-coordinate representation of color #A6E08D: hue angle of 101.93º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6E08D is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 141 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.12 |
| HSL | 101.93º | 0.57% | 0.72% | - |
| HSV(B) | 101.93º | 0.37% | 0.88% | - |
| XYZ | 47.19 | 63.34 | 34.94 | - |
| YUV | 197.2 | 96.28 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 141 | 0.26 | 0 | 0.37 | 0.12 | 101.93 | 0.57 | 0.72 |
| Hex | A6 | E0 | 8D | 1A | 0 | 25 | C | 66 | 39 | 48 |
| Octal | 246 | 340 | 215 | 32 | 0 | 45 | 14 | 146 | 71 | 110 |
| Binary | 10100110 | 11100000 | 10001101 | 11010 | 0 | 100101 | 1100 | 1100110 | 111001 | 1001000 |
Color Harmonies of #A6E08D
Complementary color
Monochromatic Colors of #A6E08D
Black with #A6E08D
Text Example
Text Example
White with #A6E08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E08D; }
p { color: rgb(166,224,141); }
H1.HeaderClassName
{
color: #A6E08D;
}
.AnyTagClassName
{
color: #A6E08D;
}
</style>
background-color css
<style>
a { background-color: #A6E08D; }
a { background-color: rgb(166,224,141); }
div.DivClassName
{
background-color: #A6E08D;
}
.BgClassName
{
background-color: #A6E08D;
}
</style>
border-color css
<style>
span { border-color: #A6E08D; }
span { border-color: rgb(166,224,141); }
td.TdClassName
{
border-color: #A6E08D;
}
.TagClassName
{
border-color: #A6E08D;
}
</style>