Shades of Feijoa #ADE186
Tints of Feijoa #ADE186
RGB
CMYK
RGB Variations
Color information
#ADE186 (or 0xADE186) is known color: Feijoa. HEX triplet: AD, E1 and 86. RGB value is (173,225,134). Sum of RGB (Red+Green+Blue) = 173+225+134=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE186 is #521E79. Grayscale: #C7C7C7. Windows color (decimal): -5381754 or 8839597. OLE color: 8839597.
HSL color Cylindrical-coordinate representation of color #ADE186: hue angle of 94.29º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADE186 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 134 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.12 |
| HSL | 94.29º | 0.6% | 0.7% | - |
| HSV(B) | 94.29º | 0.4% | 0.88% | - |
| XYZ | 48.46 | 64.46 | 32.44 | - |
| YUV | 199.08 | 91.27 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 134 | 0.23 | 0 | 0.40 | 0.12 | 94.29 | 0.6 | 0.7 |
| Hex | AD | E1 | 86 | 17 | 0 | 28 | C | 5E | 3C | 46 |
| Octal | 255 | 341 | 206 | 27 | 0 | 50 | 14 | 136 | 74 | 106 |
| Binary | 10101101 | 11100001 | 10000110 | 10111 | 0 | 101000 | 1100 | 1011110 | 111100 | 1000110 |
Color Harmonies of #ADE186
Complementary color
Monochromatic Colors of #ADE186
Black with #ADE186
Text Example
Text Example
White with #ADE186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE186; }
p { color: rgb(173,225,134); }
H1.HeaderClassName
{
color: #ADE186;
}
.AnyTagClassName
{
color: #ADE186;
}
</style>
background-color css
<style>
a { background-color: #ADE186; }
a { background-color: rgb(173,225,134); }
div.DivClassName
{
background-color: #ADE186;
}
.BgClassName
{
background-color: #ADE186;
}
</style>
border-color css
<style>
span { border-color: #ADE186; }
span { border-color: rgb(173,225,134); }
td.TdClassName
{
border-color: #ADE186;
}
.TagClassName
{
border-color: #ADE186;
}
</style>