Shades of Feijoa #A6CC87
Tints of Feijoa #A6CC87
RGB
CMYK
RGB Variations
Color information
#A6CC87 (or 0xA6CC87) is known color: Feijoa. HEX triplet: A6, CC and 87. RGB value is (166,204,135). Sum of RGB (Red+Green+Blue) = 166+204+135=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CC87 is #593378. Grayscale: #B9B9B9. Windows color (decimal): -5845881 or 8899750. OLE color: 8899750.
HSL color Cylindrical-coordinate representation of color #A6CC87: hue angle of 93.04º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6CC87 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 135 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.2 |
| HSL | 93.04º | 0.4% | 0.66% | - |
| HSV(B) | 93.04º | 0.34% | 0.8% | - |
| XYZ | 41.69 | 53.04 | 30.96 | - |
| YUV | 184.77 | 99.91 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 135 | 0.19 | 0 | 0.34 | 0.2 | 93.04 | 0.4 | 0.66 |
| Hex | A6 | CC | 87 | 13 | 0 | 22 | 14 | 5D | 28 | 42 |
| Octal | 246 | 314 | 207 | 23 | 0 | 42 | 24 | 135 | 50 | 102 |
| Binary | 10100110 | 11001100 | 10000111 | 10011 | 0 | 100010 | 10100 | 1011101 | 101000 | 1000010 |
Color Harmonies of #A6CC87
Complementary color
Monochromatic Colors of #A6CC87
Black with #A6CC87
Text Example
Text Example
White with #A6CC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CC87; }
p { color: rgb(166,204,135); }
H1.HeaderClassName
{
color: #A6CC87;
}
.AnyTagClassName
{
color: #A6CC87;
}
</style>
background-color css
<style>
a { background-color: #A6CC87; }
a { background-color: rgb(166,204,135); }
div.DivClassName
{
background-color: #A6CC87;
}
.BgClassName
{
background-color: #A6CC87;
}
</style>
border-color css
<style>
span { border-color: #A6CC87; }
span { border-color: rgb(166,204,135); }
td.TdClassName
{
border-color: #A6CC87;
}
.TagClassName
{
border-color: #A6CC87;
}
</style>