Shades of Feijoa #A7CB84
Tints of Feijoa #A7CB84
RGB
CMYK
RGB Variations
Color information
#A7CB84 (or 0xA7CB84) is known color: Feijoa. HEX triplet: A7, CB and 84. RGB value is (167,203,132). Sum of RGB (Red+Green+Blue) = 167+203+132=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CB84 is #58347B. Grayscale: #B8B8B8. Windows color (decimal): -5780604 or 8702887. OLE color: 8702887.
HSL color Cylindrical-coordinate representation of color #A7CB84: hue angle of 90.42º 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 #A7CB84 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 203 | 132 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.20 |
| HSL | 90.42º | 0.41% | 0.66% | - |
| HSV(B) | 90.42º | 0.35% | 0.8% | - |
| XYZ | 41.46 | 52.59 | 29.8 | - |
| YUV | 184.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 203 | 132 | 0.18 | 0 | 0.35 | 0.20 | 90.42 | 0.41 | 0.66 |
| Hex | A7 | CB | 84 | 12 | 0 | 23 | 14 | 5A | 29 | 42 |
| Octal | 247 | 313 | 204 | 22 | 0 | 43 | 24 | 132 | 51 | 102 |
| Binary | 10100111 | 11001011 | 10000100 | 10010 | 0 | 100011 | 10100 | 1011010 | 101001 | 1000010 |
Color Harmonies of #A7CB84
Complementary color
Monochromatic Colors of #A7CB84
Black with #A7CB84
Text Example
Text Example
White with #A7CB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CB84; }
p { color: rgb(167,203,132); }
H1.HeaderClassName
{
color: #A7CB84;
}
.AnyTagClassName
{
color: #A7CB84;
}
</style>
background-color css
<style>
a { background-color: #A7CB84; }
a { background-color: rgb(167,203,132); }
div.DivClassName
{
background-color: #A7CB84;
}
.BgClassName
{
background-color: #A7CB84;
}
</style>
border-color css
<style>
span { border-color: #A7CB84; }
span { border-color: rgb(167,203,132); }
td.TdClassName
{
border-color: #A7CB84;
}
.TagClassName
{
border-color: #A7CB84;
}
</style>