Shades of Feijoa #A6CC80
Tints of Feijoa #A6CC80
RGB
CMYK
RGB Variations
Color information
#A6CC80 (or 0xA6CC80) is known color: Feijoa. HEX triplet: A6, CC and 80. RGB value is (166,204,128). Sum of RGB (Red+Green+Blue) = 166+204+128=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CC80 is #59337F. Grayscale: #B8B8B8. Windows color (decimal): -5845888 or 8440998. OLE color: 8440998.
HSL color Cylindrical-coordinate representation of color #A6CC80: hue angle of 90º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6CC80 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 128 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.2 |
| HSL | 90º | 0.43% | 0.65% | - |
| HSV(B) | 90º | 0.37% | 0.8% | - |
| XYZ | 41.22 | 52.85 | 28.45 | - |
| YUV | 183.97 | 96.41 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 128 | 0.19 | 0 | 0.37 | 0.2 | 90 | 0.43 | 0.65 |
| Hex | A6 | CC | 80 | 13 | 0 | 25 | 14 | 5A | 2B | 41 |
| Octal | 246 | 314 | 200 | 23 | 0 | 45 | 24 | 132 | 53 | 101 |
| Binary | 10100110 | 11001100 | 10000000 | 10011 | 0 | 100101 | 10100 | 1011010 | 101011 | 1000001 |
Color Harmonies of #A6CC80
Complementary color
Monochromatic Colors of #A6CC80
Black with #A6CC80
Text Example
Text Example
White with #A6CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CC80; }
p { color: rgb(166,204,128); }
H1.HeaderClassName
{
color: #A6CC80;
}
.AnyTagClassName
{
color: #A6CC80;
}
</style>
background-color css
<style>
a { background-color: #A6CC80; }
a { background-color: rgb(166,204,128); }
div.DivClassName
{
background-color: #A6CC80;
}
.BgClassName
{
background-color: #A6CC80;
}
</style>
border-color css
<style>
span { border-color: #A6CC80; }
span { border-color: rgb(166,204,128); }
td.TdClassName
{
border-color: #A6CC80;
}
.TagClassName
{
border-color: #A6CC80;
}
</style>