Shades of Feijoa #ADF786
Tints of Feijoa #ADF786
RGB
CMYK
RGB Variations
Color information
#ADF786 (or 0xADF786) is known color: Feijoa. HEX triplet: AD, F7 and 86. RGB value is (173,247,134). Sum of RGB (Red+Green+Blue) = 173+247+134=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF786 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF786 is #520879. Grayscale: #D4D4D4. Windows color (decimal): -5376122 or 8845229. OLE color: 8845229.
HSL color Cylindrical-coordinate representation of color #ADF786: hue angle of 99.29º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADF786 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 134 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.03 |
| HSL | 99.29º | 0.88% | 0.75% | - |
| HSV(B) | 99.29º | 0.46% | 0.97% | - |
| XYZ | 54.8 | 77.13 | 34.55 | - |
| YUV | 211.99 | 83.98 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 134 | 0.30 | 0 | 0.46 | 0.03 | 99.29 | 0.88 | 0.75 |
| Hex | AD | F7 | 86 | 1E | 0 | 2E | 3 | 63 | 58 | 4B |
| Octal | 255 | 367 | 206 | 36 | 0 | 56 | 3 | 143 | 130 | 113 |
| Binary | 10101101 | 11110111 | 10000110 | 11110 | 0 | 101110 | 11 | 1100011 | 1011000 | 1001011 |
Color Harmonies of #ADF786
Complementary color
Monochromatic Colors of #ADF786
Black with #ADF786
Text Example
Text Example
White with #ADF786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF786; }
p { color: rgb(173,247,134); }
H1.HeaderClassName
{
color: #ADF786;
}
.AnyTagClassName
{
color: #ADF786;
}
</style>
background-color css
<style>
a { background-color: #ADF786; }
a { background-color: rgb(173,247,134); }
div.DivClassName
{
background-color: #ADF786;
}
.BgClassName
{
background-color: #ADF786;
}
</style>
border-color css
<style>
span { border-color: #ADF786; }
span { border-color: rgb(173,247,134); }
td.TdClassName
{
border-color: #ADF786;
}
.TagClassName
{
border-color: #ADF786;
}
</style>