Shades of Feijoa #ADE095
Tints of Feijoa #ADE095
RGB
CMYK
RGB Variations
Color information
#ADE095 (or 0xADE095) is known color: Feijoa. HEX triplet: AD, E0 and 95. RGB value is (173,224,149). Sum of RGB (Red+Green+Blue) = 173+224+149=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE095 is #521F6A. Grayscale: #C8C8C8. Windows color (decimal): -5381995 or 9822381. OLE color: 9822381.
HSL color Cylindrical-coordinate representation of color #ADE095: hue angle of 100.8º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADE095 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 149 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.12 |
| HSL | 100.8º | 0.55% | 0.73% | - |
| HSV(B) | 100.8º | 0.33% | 0.88% | - |
| XYZ | 49.31 | 64.37 | 38.26 | - |
| YUV | 200.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 149 | 0.23 | 0 | 0.33 | 0.12 | 100.8 | 0.55 | 0.73 |
| Hex | AD | E0 | 95 | 17 | 0 | 21 | C | 65 | 37 | 49 |
| Octal | 255 | 340 | 225 | 27 | 0 | 41 | 14 | 145 | 67 | 111 |
| Binary | 10101101 | 11100000 | 10010101 | 10111 | 0 | 100001 | 1100 | 1100101 | 110111 | 1001001 |
Color Harmonies of #ADE095
Complementary color
Monochromatic Colors of #ADE095
Black with #ADE095
Text Example
Text Example
White with #ADE095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE095; }
p { color: rgb(173,224,149); }
H1.HeaderClassName
{
color: #ADE095;
}
.AnyTagClassName
{
color: #ADE095;
}
</style>
background-color css
<style>
a { background-color: #ADE095; }
a { background-color: rgb(173,224,149); }
div.DivClassName
{
background-color: #ADE095;
}
.BgClassName
{
background-color: #ADE095;
}
</style>
border-color css
<style>
span { border-color: #ADE095; }
span { border-color: rgb(173,224,149); }
td.TdClassName
{
border-color: #ADE095;
}
.TagClassName
{
border-color: #ADE095;
}
</style>