Shades of Feijoa #A6E681
Tints of Feijoa #A6E681
RGB
CMYK
RGB Variations
Color information
#A6E681 (or 0xA6E681) is known color: Feijoa. HEX triplet: A6, E6 and 81. RGB value is (166,230,129). Sum of RGB (Red+Green+Blue) = 166+230+129=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E681 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6E681 is #59197E. Grayscale: #C7C7C7. Windows color (decimal): -5839231 or 8513190. OLE color: 8513190.
HSL color Cylindrical-coordinate representation of color #A6E681: hue angle of 98.02º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6E681 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 230 | 129 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.10 |
| HSL | 98.02º | 0.67% | 0.7% | - |
| HSV(B) | 98.02º | 0.44% | 0.9% | - |
| XYZ | 47.99 | 66.29 | 31.03 | - |
| YUV | 199.35 | 88.3 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 230 | 129 | 0.28 | 0 | 0.44 | 0.10 | 98.02 | 0.67 | 0.7 |
| Hex | A6 | E6 | 81 | 1C | 0 | 2C | A | 62 | 43 | 46 |
| Octal | 246 | 346 | 201 | 34 | 0 | 54 | 12 | 142 | 103 | 106 |
| Binary | 10100110 | 11100110 | 10000001 | 11100 | 0 | 101100 | 1010 | 1100010 | 1000011 | 1000110 |
Color Harmonies of #A6E681
Complementary color
Monochromatic Colors of #A6E681
Black with #A6E681
Text Example
Text Example
White with #A6E681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E681; }
p { color: rgb(166,230,129); }
H1.HeaderClassName
{
color: #A6E681;
}
.AnyTagClassName
{
color: #A6E681;
}
</style>
background-color css
<style>
a { background-color: #A6E681; }
a { background-color: rgb(166,230,129); }
div.DivClassName
{
background-color: #A6E681;
}
.BgClassName
{
background-color: #A6E681;
}
</style>
border-color css
<style>
span { border-color: #A6E681; }
span { border-color: rgb(166,230,129); }
td.TdClassName
{
border-color: #A6E681;
}
.TagClassName
{
border-color: #A6E681;
}
</style>