Shades of Feijoa #A8D595
Tints of Feijoa #A8D595
RGB
CMYK
RGB Variations
Color information
#A8D595 (or 0xA8D595) is known color: Feijoa. HEX triplet: A8, D5 and 95. RGB value is (168,213,149). Sum of RGB (Red+Green+Blue) = 168+213+149=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D595 is #572A6A. Grayscale: #C0C0C0. Windows color (decimal): -5712491 or 9819560. OLE color: 9819560.
HSL color Cylindrical-coordinate representation of color #A8D595: hue angle of 102.19º 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 #A8D595 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 149 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.16 |
| HSL | 102.19º | 0.43% | 0.71% | - |
| HSV(B) | 102.19º | 0.3% | 0.84% | - |
| XYZ | 45.37 | 58.08 | 37.25 | - |
| YUV | 192.25 | 103.59 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 149 | 0.21 | 0 | 0.30 | 0.16 | 102.19 | 0.43 | 0.71 |
| Hex | A8 | D5 | 95 | 15 | 0 | 1E | 10 | 66 | 2B | 47 |
| Octal | 250 | 325 | 225 | 25 | 0 | 36 | 20 | 146 | 53 | 107 |
| Binary | 10101000 | 11010101 | 10010101 | 10101 | 0 | 11110 | 10000 | 1100110 | 101011 | 1000111 |
Color Harmonies of #A8D595
Complementary color
Monochromatic Colors of #A8D595
Black with #A8D595
Text Example
Text Example
White with #A8D595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D595; }
p { color: rgb(168,213,149); }
H1.HeaderClassName
{
color: #A8D595;
}
.AnyTagClassName
{
color: #A8D595;
}
</style>
background-color css
<style>
a { background-color: #A8D595; }
a { background-color: rgb(168,213,149); }
div.DivClassName
{
background-color: #A8D595;
}
.BgClassName
{
background-color: #A8D595;
}
</style>
border-color css
<style>
span { border-color: #A8D595; }
span { border-color: rgb(168,213,149); }
td.TdClassName
{
border-color: #A8D595;
}
.TagClassName
{
border-color: #A8D595;
}
</style>