Shades of Feijoa #A6CC84
Tints of Feijoa #A6CC84
RGB
CMYK
RGB Variations
Color information
#A6CC84 (or 0xA6CC84) is known color: Feijoa. HEX triplet: A6, CC and 84. RGB value is (166,204,132). Sum of RGB (Red+Green+Blue) = 166+204+132=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CC84 is #59337B. Grayscale: #B8B8B8. Windows color (decimal): -5845884 or 8703142. OLE color: 8703142.
HSL color Cylindrical-coordinate representation of color #A6CC84: hue angle of 91.67º 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 #A6CC84 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 132 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.2 |
| HSL | 91.67º | 0.41% | 0.66% | - |
| HSV(B) | 91.67º | 0.35% | 0.8% | - |
| XYZ | 41.48 | 52.96 | 29.87 | - |
| YUV | 184.43 | 98.41 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 132 | 0.19 | 0 | 0.35 | 0.2 | 91.67 | 0.41 | 0.66 |
| Hex | A6 | CC | 84 | 13 | 0 | 23 | 14 | 5C | 29 | 42 |
| Octal | 246 | 314 | 204 | 23 | 0 | 43 | 24 | 134 | 51 | 102 |
| Binary | 10100110 | 11001100 | 10000100 | 10011 | 0 | 100011 | 10100 | 1011100 | 101001 | 1000010 |
Color Harmonies of #A6CC84
Complementary color
Monochromatic Colors of #A6CC84
Black with #A6CC84
Text Example
Text Example
White with #A6CC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CC84; }
p { color: rgb(166,204,132); }
H1.HeaderClassName
{
color: #A6CC84;
}
.AnyTagClassName
{
color: #A6CC84;
}
</style>
background-color css
<style>
a { background-color: #A6CC84; }
a { background-color: rgb(166,204,132); }
div.DivClassName
{
background-color: #A6CC84;
}
.BgClassName
{
background-color: #A6CC84;
}
</style>
border-color css
<style>
span { border-color: #A6CC84; }
span { border-color: rgb(166,204,132); }
td.TdClassName
{
border-color: #A6CC84;
}
.TagClassName
{
border-color: #A6CC84;
}
</style>