Shades of Feijoa #ADD595
Tints of Feijoa #ADD595
RGB
CMYK
RGB Variations
Color information
#ADD595 (or 0xADD595) is known color: Feijoa. HEX triplet: AD, D5 and 95. RGB value is (173,213,149). Sum of RGB (Red+Green+Blue) = 173+213+149=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD595 is #522A6A. Grayscale: #C1C1C1. Windows color (decimal): -5384811 or 9819565. OLE color: 9819565.
HSL color Cylindrical-coordinate representation of color #ADD595: hue angle of 97.5º 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 #ADD595 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 149 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.16 |
| HSL | 97.5º | 0.43% | 0.71% | - |
| HSV(B) | 97.5º | 0.3% | 0.84% | - |
| XYZ | 46.45 | 58.64 | 37.3 | - |
| YUV | 193.74 | 102.75 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 149 | 0.19 | 0 | 0.30 | 0.16 | 97.5 | 0.43 | 0.71 |
| Hex | AD | D5 | 95 | 13 | 0 | 1E | 10 | 62 | 2B | 47 |
| Octal | 255 | 325 | 225 | 23 | 0 | 36 | 20 | 142 | 53 | 107 |
| Binary | 10101101 | 11010101 | 10010101 | 10011 | 0 | 11110 | 10000 | 1100010 | 101011 | 1000111 |
Color Harmonies of #ADD595
Complementary color
Monochromatic Colors of #ADD595
Black with #ADD595
Text Example
Text Example
White with #ADD595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD595; }
p { color: rgb(173,213,149); }
H1.HeaderClassName
{
color: #ADD595;
}
.AnyTagClassName
{
color: #ADD595;
}
</style>
background-color css
<style>
a { background-color: #ADD595; }
a { background-color: rgb(173,213,149); }
div.DivClassName
{
background-color: #ADD595;
}
.BgClassName
{
background-color: #ADD595;
}
</style>
border-color css
<style>
span { border-color: #ADD595; }
span { border-color: rgb(173,213,149); }
td.TdClassName
{
border-color: #ADD595;
}
.TagClassName
{
border-color: #ADD595;
}
</style>