Shades of Feijoa #A8D596
Tints of Feijoa #A8D596
RGB
CMYK
RGB Variations
Color information
#A8D596 (or 0xA8D596) is known color: Feijoa. HEX triplet: A8, D5 and 96. RGB value is (168,213,150). Sum of RGB (Red+Green+Blue) = 168+213+150=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D596 is #572A69. Grayscale: #C0C0C0. Windows color (decimal): -5712490 or 9885096. OLE color: 9885096.
HSL color Cylindrical-coordinate representation of color #A8D596: hue angle of 102.86º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8D596 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 150 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.16 |
| HSL | 102.86º | 0.43% | 0.71% | - |
| HSV(B) | 102.86º | 0.3% | 0.84% | - |
| XYZ | 45.45 | 58.12 | 37.68 | - |
| YUV | 192.36 | 104.09 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 150 | 0.21 | 0 | 0.30 | 0.16 | 102.86 | 0.43 | 0.71 |
| Hex | A8 | D5 | 96 | 15 | 0 | 1E | 10 | 67 | 2B | 47 |
| Octal | 250 | 325 | 226 | 25 | 0 | 36 | 20 | 147 | 53 | 107 |
| Binary | 10101000 | 11010101 | 10010110 | 10101 | 0 | 11110 | 10000 | 1100111 | 101011 | 1000111 |
Color Harmonies of #A8D596
Complementary color
Monochromatic Colors of #A8D596
Black with #A8D596
Text Example
Text Example
White with #A8D596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D596; }
p { color: rgb(168,213,150); }
H1.HeaderClassName
{
color: #A8D596;
}
.AnyTagClassName
{
color: #A8D596;
}
</style>
background-color css
<style>
a { background-color: #A8D596; }
a { background-color: rgb(168,213,150); }
div.DivClassName
{
background-color: #A8D596;
}
.BgClassName
{
background-color: #A8D596;
}
</style>
border-color css
<style>
span { border-color: #A8D596; }
span { border-color: rgb(168,213,150); }
td.TdClassName
{
border-color: #A8D596;
}
.TagClassName
{
border-color: #A8D596;
}
</style>