Shades of Feijoa #A8CA84
Tints of Feijoa #A8CA84
RGB
CMYK
RGB Variations
Color information
#A8CA84 (or 0xA8CA84) is known color: Feijoa. HEX triplet: A8, CA and 84. RGB value is (168,202,132). Sum of RGB (Red+Green+Blue) = 168+202+132=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CA84 is #57357B. Grayscale: #B8B8B8. Windows color (decimal): -5715324 or 8702632. OLE color: 8702632.
HSL color Cylindrical-coordinate representation of color #A8CA84: hue angle of 89.14º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8CA84 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 132 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.21 |
| HSL | 89.14º | 0.4% | 0.65% | - |
| HSV(B) | 89.14º | 0.35% | 0.79% | - |
| XYZ | 41.43 | 52.23 | 29.73 | - |
| YUV | 183.85 | 98.74 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 132 | 0.17 | 0 | 0.35 | 0.21 | 89.14 | 0.4 | 0.65 |
| Hex | A8 | CA | 84 | 11 | 0 | 23 | 15 | 59 | 28 | 41 |
| Octal | 250 | 312 | 204 | 21 | 0 | 43 | 25 | 131 | 50 | 101 |
| Binary | 10101000 | 11001010 | 10000100 | 10001 | 0 | 100011 | 10101 | 1011001 | 101000 | 1000001 |
Color Harmonies of #A8CA84
Complementary color
Monochromatic Colors of #A8CA84
Black with #A8CA84
Text Example
Text Example
White with #A8CA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA84; }
p { color: rgb(168,202,132); }
H1.HeaderClassName
{
color: #A8CA84;
}
.AnyTagClassName
{
color: #A8CA84;
}
</style>
background-color css
<style>
a { background-color: #A8CA84; }
a { background-color: rgb(168,202,132); }
div.DivClassName
{
background-color: #A8CA84;
}
.BgClassName
{
background-color: #A8CA84;
}
</style>
border-color css
<style>
span { border-color: #A8CA84; }
span { border-color: rgb(168,202,132); }
td.TdClassName
{
border-color: #A8CA84;
}
.TagClassName
{
border-color: #A8CA84;
}
</style>