Shades of Feijoa #A6CC85
Tints of Feijoa #A6CC85
RGB
CMYK
RGB Variations
Color information
#A6CC85 (or 0xA6CC85) is known color: Feijoa. HEX triplet: A6, CC and 85. RGB value is (166,204,133). Sum of RGB (Red+Green+Blue) = 166+204+133=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CC85 is #59337A. Grayscale: #B8B8B8. Windows color (decimal): -5845883 or 8768678. OLE color: 8768678.
HSL color Cylindrical-coordinate representation of color #A6CC85: hue angle of 92.11º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6CC85 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 133 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.2 |
| HSL | 92.11º | 0.41% | 0.66% | - |
| HSV(B) | 92.11º | 0.35% | 0.8% | - |
| XYZ | 41.55 | 52.99 | 30.23 | - |
| YUV | 184.54 | 98.91 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 133 | 0.19 | 0 | 0.35 | 0.2 | 92.11 | 0.41 | 0.66 |
| Hex | A6 | CC | 85 | 13 | 0 | 23 | 14 | 5C | 29 | 42 |
| Octal | 246 | 314 | 205 | 23 | 0 | 43 | 24 | 134 | 51 | 102 |
| Binary | 10100110 | 11001100 | 10000101 | 10011 | 0 | 100011 | 10100 | 1011100 | 101001 | 1000010 |
Color Harmonies of #A6CC85
Complementary color
Monochromatic Colors of #A6CC85
Black with #A6CC85
Text Example
Text Example
White with #A6CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CC85; }
p { color: rgb(166,204,133); }
H1.HeaderClassName
{
color: #A6CC85;
}
.AnyTagClassName
{
color: #A6CC85;
}
</style>
background-color css
<style>
a { background-color: #A6CC85; }
a { background-color: rgb(166,204,133); }
div.DivClassName
{
background-color: #A6CC85;
}
.BgClassName
{
background-color: #A6CC85;
}
</style>
border-color css
<style>
span { border-color: #A6CC85; }
span { border-color: rgb(166,204,133); }
td.TdClassName
{
border-color: #A6CC85;
}
.TagClassName
{
border-color: #A6CC85;
}
</style>