Shades of Feijoa #A8C984
Tints of Feijoa #A8C984
RGB
CMYK
RGB Variations
Color information
#A8C984 (or 0xA8C984) is known color: Feijoa. HEX triplet: A8, C9 and 84. RGB value is (168,201,132). Sum of RGB (Red+Green+Blue) = 168+201+132=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C984 is #57367B. Grayscale: #B7B7B7. Windows color (decimal): -5715580 or 8702376. OLE color: 8702376.
HSL color Cylindrical-coordinate representation of color #A8C984: hue angle of 88.7º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8C984 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 132 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.21 |
| HSL | 88.7º | 0.39% | 0.65% | - |
| HSV(B) | 88.7º | 0.34% | 0.79% | - |
| XYZ | 41.2 | 51.76 | 29.65 | - |
| YUV | 183.27 | 99.07 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 132 | 0.16 | 0 | 0.34 | 0.21 | 88.7 | 0.39 | 0.65 |
| Hex | A8 | C9 | 84 | 10 | 0 | 22 | 15 | 59 | 27 | 41 |
| Octal | 250 | 311 | 204 | 20 | 0 | 42 | 25 | 131 | 47 | 101 |
| Binary | 10101000 | 11001001 | 10000100 | 10000 | 0 | 100010 | 10101 | 1011001 | 100111 | 1000001 |
Color Harmonies of #A8C984
Complementary color
Monochromatic Colors of #A8C984
Black with #A8C984
Text Example
Text Example
White with #A8C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C984; }
p { color: rgb(168,201,132); }
H1.HeaderClassName
{
color: #A8C984;
}
.AnyTagClassName
{
color: #A8C984;
}
</style>
background-color css
<style>
a { background-color: #A8C984; }
a { background-color: rgb(168,201,132); }
div.DivClassName
{
background-color: #A8C984;
}
.BgClassName
{
background-color: #A8C984;
}
</style>
border-color css
<style>
span { border-color: #A8C984; }
span { border-color: rgb(168,201,132); }
td.TdClassName
{
border-color: #A8C984;
}
.TagClassName
{
border-color: #A8C984;
}
</style>