Shades of Feijoa #ADE195
Tints of Feijoa #ADE195
RGB
CMYK
RGB Variations
Color information
#ADE195 (or 0xADE195) is known color: Feijoa. HEX triplet: AD, E1 and 95. RGB value is (173,225,149). Sum of RGB (Red+Green+Blue) = 173+225+149=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE195 is #521E6A. Grayscale: #C9C9C9. Windows color (decimal): -5381739 or 9822637. OLE color: 9822637.
HSL color Cylindrical-coordinate representation of color #ADE195: hue angle of 101.05º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADE195 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 149 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.12 |
| HSL | 101.05º | 0.56% | 0.73% | - |
| HSV(B) | 101.05º | 0.34% | 0.88% | - |
| XYZ | 49.58 | 64.9 | 38.35 | - |
| YUV | 200.79 | 98.77 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 149 | 0.23 | 0 | 0.34 | 0.12 | 101.05 | 0.56 | 0.73 |
| Hex | AD | E1 | 95 | 17 | 0 | 22 | C | 65 | 38 | 49 |
| Octal | 255 | 341 | 225 | 27 | 0 | 42 | 14 | 145 | 70 | 111 |
| Binary | 10101101 | 11100001 | 10010101 | 10111 | 0 | 100010 | 1100 | 1100101 | 111000 | 1001001 |
Color Harmonies of #ADE195
Complementary color
Monochromatic Colors of #ADE195
Black with #ADE195
Text Example
Text Example
White with #ADE195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE195; }
p { color: rgb(173,225,149); }
H1.HeaderClassName
{
color: #ADE195;
}
.AnyTagClassName
{
color: #ADE195;
}
</style>
background-color css
<style>
a { background-color: #ADE195; }
a { background-color: rgb(173,225,149); }
div.DivClassName
{
background-color: #ADE195;
}
.BgClassName
{
background-color: #ADE195;
}
</style>
border-color css
<style>
span { border-color: #ADE195; }
span { border-color: rgb(173,225,149); }
td.TdClassName
{
border-color: #ADE195;
}
.TagClassName
{
border-color: #ADE195;
}
</style>