Shades of Feijoa #A6C981
Tints of Feijoa #A6C981
RGB
CMYK
RGB Variations
Color information
#A6C981 (or 0xA6C981) is known color: Feijoa. HEX triplet: A6, C9 and 81. RGB value is (166,201,129). Sum of RGB (Red+Green+Blue) = 166+201+129=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C981 is #59367E. Grayscale: #B6B6B6. Windows color (decimal): -5846655 or 8505766. OLE color: 8505766.
HSL color Cylindrical-coordinate representation of color #A6C981: hue angle of 89.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6C981 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 201 | 129 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.21 |
| HSL | 89.17º | 0.4% | 0.65% | - |
| HSV(B) | 89.17º | 0.36% | 0.79% | - |
| XYZ | 40.57 | 51.47 | 28.56 | - |
| YUV | 182.33 | 97.9 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 129 | 0.17 | 0 | 0.36 | 0.21 | 89.17 | 0.4 | 0.65 |
| Hex | A6 | C9 | 81 | 11 | 0 | 24 | 15 | 59 | 28 | 41 |
| Octal | 246 | 311 | 201 | 21 | 0 | 44 | 25 | 131 | 50 | 101 |
| Binary | 10100110 | 11001001 | 10000001 | 10001 | 0 | 100100 | 10101 | 1011001 | 101000 | 1000001 |
Color Harmonies of #A6C981
Complementary color
Monochromatic Colors of #A6C981
Black with #A6C981
Text Example
Text Example
White with #A6C981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C981; }
p { color: rgb(166,201,129); }
H1.HeaderClassName
{
color: #A6C981;
}
.AnyTagClassName
{
color: #A6C981;
}
</style>
background-color css
<style>
a { background-color: #A6C981; }
a { background-color: rgb(166,201,129); }
div.DivClassName
{
background-color: #A6C981;
}
.BgClassName
{
background-color: #A6C981;
}
</style>
border-color css
<style>
span { border-color: #A6C981; }
span { border-color: rgb(166,201,129); }
td.TdClassName
{
border-color: #A6C981;
}
.TagClassName
{
border-color: #A6C981;
}
</style>