Shades of Feijoa #A8C983
Tints of Feijoa #A8C983
RGB
CMYK
RGB Variations
Color information
#A8C983 (or 0xA8C983) is known color: Feijoa. HEX triplet: A8, C9 and 83. RGB value is (168,201,131). Sum of RGB (Red+Green+Blue) = 168+201+131=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C983 is #57367C. Grayscale: #B7B7B7. Windows color (decimal): -5715581 or 8636840. OLE color: 8636840.
HSL color Cylindrical-coordinate representation of color #A8C983: hue angle of 88.29º degrees, saturation: 0.39, 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 #A8C983 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 131 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.21 |
| HSL | 88.29º | 0.39% | 0.65% | - |
| HSV(B) | 88.29º | 0.35% | 0.79% | - |
| XYZ | 41.13 | 51.74 | 29.29 | - |
| YUV | 183.15 | 98.57 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 131 | 0.16 | 0 | 0.35 | 0.21 | 88.29 | 0.39 | 0.65 |
| Hex | A8 | C9 | 83 | 10 | 0 | 23 | 15 | 58 | 27 | 41 |
| Octal | 250 | 311 | 203 | 20 | 0 | 43 | 25 | 130 | 47 | 101 |
| Binary | 10101000 | 11001001 | 10000011 | 10000 | 0 | 100011 | 10101 | 1011000 | 100111 | 1000001 |
Color Harmonies of #A8C983
Complementary color
Monochromatic Colors of #A8C983
Black with #A8C983
Text Example
Text Example
White with #A8C983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C983; }
p { color: rgb(168,201,131); }
H1.HeaderClassName
{
color: #A8C983;
}
.AnyTagClassName
{
color: #A8C983;
}
</style>
background-color css
<style>
a { background-color: #A8C983; }
a { background-color: rgb(168,201,131); }
div.DivClassName
{
background-color: #A8C983;
}
.BgClassName
{
background-color: #A8C983;
}
</style>
border-color css
<style>
span { border-color: #A8C983; }
span { border-color: rgb(168,201,131); }
td.TdClassName
{
border-color: #A8C983;
}
.TagClassName
{
border-color: #A8C983;
}
</style>