Shades of Feijoa #A8D192
Tints of Feijoa #A8D192
RGB
CMYK
RGB Variations
Color information
#A8D192 (or 0xA8D192) is known color: Feijoa. HEX triplet: A8, D1 and 92. RGB value is (168,209,146). Sum of RGB (Red+Green+Blue) = 168+209+146=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D192 is #572E6D. Grayscale: #BDBDBD. Windows color (decimal): -5713518 or 9621928. OLE color: 9621928.
HSL color Cylindrical-coordinate representation of color #A8D192: hue angle of 99.05º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8D192 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 146 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.18 |
| HSL | 99.05º | 0.41% | 0.7% | - |
| HSV(B) | 99.05º | 0.3% | 0.82% | - |
| XYZ | 44.14 | 56 | 35.68 | - |
| YUV | 189.56 | 103.42 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 146 | 0.20 | 0 | 0.30 | 0.18 | 99.05 | 0.41 | 0.7 |
| Hex | A8 | D1 | 92 | 14 | 0 | 1E | 12 | 63 | 29 | 46 |
| Octal | 250 | 321 | 222 | 24 | 0 | 36 | 22 | 143 | 51 | 106 |
| Binary | 10101000 | 11010001 | 10010010 | 10100 | 0 | 11110 | 10010 | 1100011 | 101001 | 1000110 |
Color Harmonies of #A8D192
Complementary color
Monochromatic Colors of #A8D192
Black with #A8D192
Text Example
Text Example
White with #A8D192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D192; }
p { color: rgb(168,209,146); }
H1.HeaderClassName
{
color: #A8D192;
}
.AnyTagClassName
{
color: #A8D192;
}
</style>
background-color css
<style>
a { background-color: #A8D192; }
a { background-color: rgb(168,209,146); }
div.DivClassName
{
background-color: #A8D192;
}
.BgClassName
{
background-color: #A8D192;
}
</style>
border-color css
<style>
span { border-color: #A8D192; }
span { border-color: rgb(168,209,146); }
td.TdClassName
{
border-color: #A8D192;
}
.TagClassName
{
border-color: #A8D192;
}
</style>