Shades of Feijoa #A6F681
Tints of Feijoa #A6F681
RGB
CMYK
RGB Variations
Color information
#A6F681 (or 0xA6F681) is known color: Feijoa. HEX triplet: A6, F6 and 81. RGB value is (166,246,129). Sum of RGB (Red+Green+Blue) = 166+246+129=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F681 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F681 is #59097E. Grayscale: #D1D1D1. Windows color (decimal): -5835135 or 8517286. OLE color: 8517286.
HSL color Cylindrical-coordinate representation of color #A6F681: hue angle of 101.03º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6F681 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 246 | 129 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.04 |
| HSL | 101.03º | 0.87% | 0.74% | - |
| HSV(B) | 101.03º | 0.48% | 0.96% | - |
| XYZ | 52.64 | 75.6 | 32.59 | - |
| YUV | 208.74 | 83 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 246 | 129 | 0.33 | 0 | 0.48 | 0.04 | 101.03 | 0.87 | 0.74 |
| Hex | A6 | F6 | 81 | 21 | 0 | 30 | 4 | 65 | 57 | 4A |
| Octal | 246 | 366 | 201 | 41 | 0 | 60 | 4 | 145 | 127 | 112 |
| Binary | 10100110 | 11110110 | 10000001 | 100001 | 0 | 110000 | 100 | 1100101 | 1010111 | 1001010 |
Color Harmonies of #A6F681
Complementary color
Monochromatic Colors of #A6F681
Black with #A6F681
Text Example
Text Example
White with #A6F681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F681; }
p { color: rgb(166,246,129); }
H1.HeaderClassName
{
color: #A6F681;
}
.AnyTagClassName
{
color: #A6F681;
}
</style>
background-color css
<style>
a { background-color: #A6F681; }
a { background-color: rgb(166,246,129); }
div.DivClassName
{
background-color: #A6F681;
}
.BgClassName
{
background-color: #A6F681;
}
</style>
border-color css
<style>
span { border-color: #A6F681; }
span { border-color: rgb(166,246,129); }
td.TdClassName
{
border-color: #A6F681;
}
.TagClassName
{
border-color: #A6F681;
}
</style>