Shades of Feijoa #ADE686
Tints of Feijoa #ADE686
RGB
CMYK
RGB Variations
Color information
#ADE686 (or 0xADE686) is known color: Feijoa. HEX triplet: AD, E6 and 86. RGB value is (173,230,134). Sum of RGB (Red+Green+Blue) = 173+230+134=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE686 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE686 is #521979. Grayscale: #CACACA. Windows color (decimal): -5380474 or 8840877. OLE color: 8840877.
HSL color Cylindrical-coordinate representation of color #ADE686: hue angle of 95.62º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADE686 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 134 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.10 |
| HSL | 95.63º | 0.66% | 0.71% | - |
| HSV(B) | 95.63º | 0.42% | 0.9% | - |
| XYZ | 49.83 | 67.2 | 32.9 | - |
| YUV | 202.01 | 89.62 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 134 | 0.25 | 0 | 0.42 | 0.10 | 95.63 | 0.66 | 0.71 |
| Hex | AD | E6 | 86 | 19 | 0 | 2A | A | 60 | 42 | 47 |
| Octal | 255 | 346 | 206 | 31 | 0 | 52 | 12 | 140 | 102 | 107 |
| Binary | 10101101 | 11100110 | 10000110 | 11001 | 0 | 101010 | 1010 | 1100000 | 1000010 | 1000111 |
Color Harmonies of #ADE686
Complementary color
Monochromatic Colors of #ADE686
Black with #ADE686
Text Example
Text Example
White with #ADE686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE686; }
p { color: rgb(173,230,134); }
H1.HeaderClassName
{
color: #ADE686;
}
.AnyTagClassName
{
color: #ADE686;
}
</style>
background-color css
<style>
a { background-color: #ADE686; }
a { background-color: rgb(173,230,134); }
div.DivClassName
{
background-color: #ADE686;
}
.BgClassName
{
background-color: #ADE686;
}
</style>
border-color css
<style>
span { border-color: #ADE686; }
span { border-color: rgb(173,230,134); }
td.TdClassName
{
border-color: #ADE686;
}
.TagClassName
{
border-color: #ADE686;
}
</style>