Shades of Feijoa #A8D396
Tints of Feijoa #A8D396
RGB
CMYK
RGB Variations
Color information
#A8D396 (or 0xA8D396) is known color: Feijoa. HEX triplet: A8, D3 and 96. RGB value is (168,211,150). Sum of RGB (Red+Green+Blue) = 168+211+150=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D396 is #572C69. Grayscale: #BFBFBF. Windows color (decimal): -5713002 or 9884584. OLE color: 9884584.
HSL color Cylindrical-coordinate representation of color #A8D396: hue angle of 102.3º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8D396 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 150 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.17 |
| HSL | 102.3º | 0.41% | 0.71% | - |
| HSV(B) | 102.3º | 0.29% | 0.83% | - |
| XYZ | 44.95 | 57.12 | 37.51 | - |
| YUV | 191.19 | 104.75 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 150 | 0.20 | 0 | 0.29 | 0.17 | 102.3 | 0.41 | 0.71 |
| Hex | A8 | D3 | 96 | 14 | 0 | 1D | 11 | 66 | 29 | 47 |
| Octal | 250 | 323 | 226 | 24 | 0 | 35 | 21 | 146 | 51 | 107 |
| Binary | 10101000 | 11010011 | 10010110 | 10100 | 0 | 11101 | 10001 | 1100110 | 101001 | 1000111 |
Color Harmonies of #A8D396
Complementary color
Monochromatic Colors of #A8D396
Black with #A8D396
Text Example
Text Example
White with #A8D396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D396; }
p { color: rgb(168,211,150); }
H1.HeaderClassName
{
color: #A8D396;
}
.AnyTagClassName
{
color: #A8D396;
}
</style>
background-color css
<style>
a { background-color: #A8D396; }
a { background-color: rgb(168,211,150); }
div.DivClassName
{
background-color: #A8D396;
}
.BgClassName
{
background-color: #A8D396;
}
</style>
border-color css
<style>
span { border-color: #A8D396; }
span { border-color: rgb(168,211,150); }
td.TdClassName
{
border-color: #A8D396;
}
.TagClassName
{
border-color: #A8D396;
}
</style>