Shades of Feijoa #A6DF8A
Tints of Feijoa #A6DF8A
RGB
CMYK
RGB Variations
Color information
#A6DF8A (or 0xA6DF8A) is known color: Feijoa. HEX triplet: A6, DF and 8A. RGB value is (166,223,138). Sum of RGB (Red+Green+Blue) = 166+223+138=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DF8A is #592075. Grayscale: #C4C4C4. Windows color (decimal): -5841014 or 9101222. OLE color: 9101222.
HSL color Cylindrical-coordinate representation of color #A6DF8A: hue angle of 100.24º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6DF8A is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 138 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.13 |
| HSL | 100.24º | 0.57% | 0.71% | - |
| HSV(B) | 100.24º | 0.38% | 0.87% | - |
| XYZ | 46.7 | 62.72 | 33.69 | - |
| YUV | 196.27 | 95.12 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 138 | 0.26 | 0 | 0.38 | 0.13 | 100.24 | 0.57 | 0.71 |
| Hex | A6 | DF | 8A | 1A | 0 | 26 | D | 64 | 39 | 47 |
| Octal | 246 | 337 | 212 | 32 | 0 | 46 | 15 | 144 | 71 | 107 |
| Binary | 10100110 | 11011111 | 10001010 | 11010 | 0 | 100110 | 1101 | 1100100 | 111001 | 1000111 |
Color Harmonies of #A6DF8A
Complementary color
Monochromatic Colors of #A6DF8A
Black with #A6DF8A
Text Example
Text Example
White with #A6DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DF8A; }
p { color: rgb(166,223,138); }
H1.HeaderClassName
{
color: #A6DF8A;
}
.AnyTagClassName
{
color: #A6DF8A;
}
</style>
background-color css
<style>
a { background-color: #A6DF8A; }
a { background-color: rgb(166,223,138); }
div.DivClassName
{
background-color: #A6DF8A;
}
.BgClassName
{
background-color: #A6DF8A;
}
</style>
border-color css
<style>
span { border-color: #A6DF8A; }
span { border-color: rgb(166,223,138); }
td.TdClassName
{
border-color: #A6DF8A;
}
.TagClassName
{
border-color: #A6DF8A;
}
</style>