Shades of Feijoa #A8C992
Tints of Feijoa #A8C992
RGB
CMYK
RGB Variations
Color information
#A8C992 (or 0xA8C992) is known color: Feijoa. HEX triplet: A8, C9 and 92. RGB value is (168,201,146). Sum of RGB (Red+Green+Blue) = 168+201+146=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C992 is #57366D. Grayscale: #B9B9B9. Windows color (decimal): -5715566 or 9619880. OLE color: 9619880.
HSL color Cylindrical-coordinate representation of color #A8C992: hue angle of 96º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8C992 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 146 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.21 |
| HSL | 96º | 0.34% | 0.68% | - |
| HSV(B) | 96º | 0.27% | 0.79% | - |
| XYZ | 42.22 | 52.17 | 35.04 | - |
| YUV | 184.86 | 106.07 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 146 | 0.16 | 0 | 0.27 | 0.21 | 96 | 0.34 | 0.68 |
| Hex | A8 | C9 | 92 | 10 | 0 | 1B | 15 | 60 | 22 | 44 |
| Octal | 250 | 311 | 222 | 20 | 0 | 33 | 25 | 140 | 42 | 104 |
| Binary | 10101000 | 11001001 | 10010010 | 10000 | 0 | 11011 | 10101 | 1100000 | 100010 | 1000100 |
Color Harmonies of #A8C992
Complementary color
Monochromatic Colors of #A8C992
Black with #A8C992
Text Example
Text Example
White with #A8C992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C992; }
p { color: rgb(168,201,146); }
H1.HeaderClassName
{
color: #A8C992;
}
.AnyTagClassName
{
color: #A8C992;
}
</style>
background-color css
<style>
a { background-color: #A8C992; }
a { background-color: rgb(168,201,146); }
div.DivClassName
{
background-color: #A8C992;
}
.BgClassName
{
background-color: #A8C992;
}
</style>
border-color css
<style>
span { border-color: #A8C992; }
span { border-color: rgb(168,201,146); }
td.TdClassName
{
border-color: #A8C992;
}
.TagClassName
{
border-color: #A8C992;
}
</style>