Shades of Feijoa #A6CF78
Tints of Feijoa #A6CF78
RGB
CMYK
RGB Variations
Color information
#A6CF78 (or 0xA6CF78) is known color: Feijoa. HEX triplet: A6, CF and 78. RGB value is (166,207,120). Sum of RGB (Red+Green+Blue) = 166+207+120=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CF78 is #593087. Grayscale: #B9B9B9. Windows color (decimal): -5845128 or 7917478. OLE color: 7917478.
HSL color Cylindrical-coordinate representation of color #A6CF78: hue angle of 88.28º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6CF78 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 120 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.19 |
| HSL | 88.28º | 0.48% | 0.64% | - |
| HSV(B) | 88.28º | 0.42% | 0.81% | - |
| XYZ | 41.43 | 54.09 | 26.03 | - |
| YUV | 184.82 | 91.42 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 120 | 0.20 | 0 | 0.42 | 0.19 | 88.28 | 0.48 | 0.64 |
| Hex | A6 | CF | 78 | 14 | 0 | 2A | 13 | 58 | 30 | 40 |
| Octal | 246 | 317 | 170 | 24 | 0 | 52 | 23 | 130 | 60 | 100 |
| Binary | 10100110 | 11001111 | 1111000 | 10100 | 0 | 101010 | 10011 | 1011000 | 110000 | 1000000 |
Color Harmonies of #A6CF78
Complementary color
Monochromatic Colors of #A6CF78
Black with #A6CF78
Text Example
Text Example
White with #A6CF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF78; }
p { color: rgb(166,207,120); }
H1.HeaderClassName
{
color: #A6CF78;
}
.AnyTagClassName
{
color: #A6CF78;
}
</style>
background-color css
<style>
a { background-color: #A6CF78; }
a { background-color: rgb(166,207,120); }
div.DivClassName
{
background-color: #A6CF78;
}
.BgClassName
{
background-color: #A6CF78;
}
</style>
border-color css
<style>
span { border-color: #A6CF78; }
span { border-color: rgb(166,207,120); }
td.TdClassName
{
border-color: #A6CF78;
}
.TagClassName
{
border-color: #A6CF78;
}
</style>