Shades of Feijoa #A6CF87
Tints of Feijoa #A6CF87
RGB
CMYK
RGB Variations
Color information
#A6CF87 (or 0xA6CF87) is known color: Feijoa. HEX triplet: A6, CF and 87. RGB value is (166,207,135). Sum of RGB (Red+Green+Blue) = 166+207+135=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CF87 is #593078. Grayscale: #BABABA. Windows color (decimal): -5845113 or 8900518. OLE color: 8900518.
HSL color Cylindrical-coordinate representation of color #A6CF87: hue angle of 94.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6CF87 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 135 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.19 |
| HSL | 94.17º | 0.43% | 0.67% | - |
| HSV(B) | 94.17º | 0.35% | 0.81% | - |
| XYZ | 42.41 | 54.48 | 31.2 | - |
| YUV | 186.53 | 98.92 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 135 | 0.20 | 0 | 0.35 | 0.19 | 94.17 | 0.43 | 0.67 |
| Hex | A6 | CF | 87 | 14 | 0 | 23 | 13 | 5E | 2B | 43 |
| Octal | 246 | 317 | 207 | 24 | 0 | 43 | 23 | 136 | 53 | 103 |
| Binary | 10100110 | 11001111 | 10000111 | 10100 | 0 | 100011 | 10011 | 1011110 | 101011 | 1000011 |
Color Harmonies of #A6CF87
Complementary color
Monochromatic Colors of #A6CF87
Black with #A6CF87
Text Example
Text Example
White with #A6CF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF87; }
p { color: rgb(166,207,135); }
H1.HeaderClassName
{
color: #A6CF87;
}
.AnyTagClassName
{
color: #A6CF87;
}
</style>
background-color css
<style>
a { background-color: #A6CF87; }
a { background-color: rgb(166,207,135); }
div.DivClassName
{
background-color: #A6CF87;
}
.BgClassName
{
background-color: #A6CF87;
}
</style>
border-color css
<style>
span { border-color: #A6CF87; }
span { border-color: rgb(166,207,135); }
td.TdClassName
{
border-color: #A6CF87;
}
.TagClassName
{
border-color: #A6CF87;
}
</style>