Shades of Feijoa #A7CC84
Tints of Feijoa #A7CC84
RGB
CMYK
RGB Variations
Color information
#A7CC84 (or 0xA7CC84) is known color: Feijoa. HEX triplet: A7, CC and 84. RGB value is (167,204,132). Sum of RGB (Red+Green+Blue) = 167+204+132=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CC84 is #58337B. Grayscale: #B8B8B8. Windows color (decimal): -5780348 or 8703143. OLE color: 8703143.
HSL color Cylindrical-coordinate representation of color #A7CC84: hue angle of 90.83º 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 #A7CC84 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 204 | 132 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.2 |
| HSL | 90.83º | 0.41% | 0.66% | - |
| HSV(B) | 90.83º | 0.35% | 0.8% | - |
| XYZ | 41.69 | 53.07 | 29.88 | - |
| YUV | 184.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 204 | 132 | 0.18 | 0 | 0.35 | 0.2 | 90.83 | 0.41 | 0.66 |
| Hex | A7 | CC | 84 | 12 | 0 | 23 | 14 | 5B | 29 | 42 |
| Octal | 247 | 314 | 204 | 22 | 0 | 43 | 24 | 133 | 51 | 102 |
| Binary | 10100111 | 11001100 | 10000100 | 10010 | 0 | 100011 | 10100 | 1011011 | 101001 | 1000010 |
Color Harmonies of #A7CC84
Complementary color
Monochromatic Colors of #A7CC84
Black with #A7CC84
Text Example
Text Example
White with #A7CC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CC84; }
p { color: rgb(167,204,132); }
H1.HeaderClassName
{
color: #A7CC84;
}
.AnyTagClassName
{
color: #A7CC84;
}
</style>
background-color css
<style>
a { background-color: #A7CC84; }
a { background-color: rgb(167,204,132); }
div.DivClassName
{
background-color: #A7CC84;
}
.BgClassName
{
background-color: #A7CC84;
}
</style>
border-color css
<style>
span { border-color: #A7CC84; }
span { border-color: rgb(167,204,132); }
td.TdClassName
{
border-color: #A7CC84;
}
.TagClassName
{
border-color: #A7CC84;
}
</style>