Shades of Feijoa #A6F082
Tints of Feijoa #A6F082
RGB
CMYK
RGB Variations
Color information
#A6F082 (or 0xA6F082) is known color: Feijoa. HEX triplet: A6, F0 and 82. RGB value is (166,240,130). Sum of RGB (Red+Green+Blue) = 166+240+130=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F082 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F082 is #590F7D. Grayscale: #CDCDCD. Windows color (decimal): -5836670 or 8581286. OLE color: 8581286.
HSL color Cylindrical-coordinate representation of color #A6F082: hue angle of 100.36º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6F082 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 240 | 130 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.06 |
| HSL | 100.36º | 0.79% | 0.73% | - |
| HSV(B) | 100.36º | 0.46% | 0.94% | - |
| XYZ | 50.92 | 72.04 | 32.34 | - |
| YUV | 205.33 | 85.48 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 240 | 130 | 0.31 | 0 | 0.46 | 0.06 | 100.36 | 0.79 | 0.73 |
| Hex | A6 | F0 | 82 | 1F | 0 | 2E | 6 | 64 | 4F | 49 |
| Octal | 246 | 360 | 202 | 37 | 0 | 56 | 6 | 144 | 117 | 111 |
| Binary | 10100110 | 11110000 | 10000010 | 11111 | 0 | 101110 | 110 | 1100100 | 1001111 | 1001001 |
Color Harmonies of #A6F082
Complementary color
Monochromatic Colors of #A6F082
Black with #A6F082
Text Example
Text Example
White with #A6F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F082; }
p { color: rgb(166,240,130); }
H1.HeaderClassName
{
color: #A6F082;
}
.AnyTagClassName
{
color: #A6F082;
}
</style>
background-color css
<style>
a { background-color: #A6F082; }
a { background-color: rgb(166,240,130); }
div.DivClassName
{
background-color: #A6F082;
}
.BgClassName
{
background-color: #A6F082;
}
</style>
border-color css
<style>
span { border-color: #A6F082; }
span { border-color: rgb(166,240,130); }
td.TdClassName
{
border-color: #A6F082;
}
.TagClassName
{
border-color: #A6F082;
}
</style>