Shades of Feijoa #ADE189
Tints of Feijoa #ADE189
RGB
CMYK
RGB Variations
Color information
#ADE189 (or 0xADE189) is known color: Feijoa. HEX triplet: AD, E1 and 89. RGB value is (173,225,137). Sum of RGB (Red+Green+Blue) = 173+225+137=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 137 (53.91% from 255 or 25.61% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE189 is #521E76. Grayscale: #C7C7C7. Windows color (decimal): -5381751 or 9036205. OLE color: 9036205.
HSL color Cylindrical-coordinate representation of color #ADE189: hue angle of 95.45º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADE189 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 137 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.12 |
| HSL | 95.45º | 0.59% | 0.71% | - |
| HSV(B) | 95.45º | 0.39% | 0.88% | - |
| XYZ | 48.67 | 64.54 | 33.56 | - |
| YUV | 199.42 | 92.77 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 137 | 0.23 | 0 | 0.39 | 0.12 | 95.45 | 0.59 | 0.71 |
| Hex | AD | E1 | 89 | 17 | 0 | 27 | C | 5F | 3B | 47 |
| Octal | 255 | 341 | 211 | 27 | 0 | 47 | 14 | 137 | 73 | 107 |
| Binary | 10101101 | 11100001 | 10001001 | 10111 | 0 | 100111 | 1100 | 1011111 | 111011 | 1000111 |
Color Harmonies of #ADE189
Complementary color
Monochromatic Colors of #ADE189
Black with #ADE189
Text Example
Text Example
White with #ADE189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE189; }
p { color: rgb(173,225,137); }
H1.HeaderClassName
{
color: #ADE189;
}
.AnyTagClassName
{
color: #ADE189;
}
</style>
background-color css
<style>
a { background-color: #ADE189; }
a { background-color: rgb(173,225,137); }
div.DivClassName
{
background-color: #ADE189;
}
.BgClassName
{
background-color: #ADE189;
}
</style>
border-color css
<style>
span { border-color: #ADE189; }
span { border-color: rgb(173,225,137); }
td.TdClassName
{
border-color: #ADE189;
}
.TagClassName
{
border-color: #ADE189;
}
</style>