Shades of Feijoa #ADF686
Tints of Feijoa #ADF686
RGB
CMYK
RGB Variations
Color information
#ADF686 (or 0xADF686) is known color: Feijoa. HEX triplet: AD, F6 and 86. RGB value is (173,246,134). Sum of RGB (Red+Green+Blue) = 173+246+134=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF686 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF686 is #520979. Grayscale: #D3D3D3. Windows color (decimal): -5376378 or 8844973. OLE color: 8844973.
HSL color Cylindrical-coordinate representation of color #ADF686: hue angle of 99.11º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADF686 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 134 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.04 |
| HSL | 99.11º | 0.86% | 0.75% | - |
| HSV(B) | 99.11º | 0.46% | 0.96% | - |
| XYZ | 54.49 | 76.52 | 34.45 | - |
| YUV | 211.41 | 84.32 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 134 | 0.30 | 0 | 0.46 | 0.04 | 99.11 | 0.86 | 0.75 |
| Hex | AD | F6 | 86 | 1E | 0 | 2E | 4 | 63 | 56 | 4B |
| Octal | 255 | 366 | 206 | 36 | 0 | 56 | 4 | 143 | 126 | 113 |
| Binary | 10101101 | 11110110 | 10000110 | 11110 | 0 | 101110 | 100 | 1100011 | 1010110 | 1001011 |
Color Harmonies of #ADF686
Complementary color
Monochromatic Colors of #ADF686
Black with #ADF686
Text Example
Text Example
White with #ADF686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF686; }
p { color: rgb(173,246,134); }
H1.HeaderClassName
{
color: #ADF686;
}
.AnyTagClassName
{
color: #ADF686;
}
</style>
background-color css
<style>
a { background-color: #ADF686; }
a { background-color: rgb(173,246,134); }
div.DivClassName
{
background-color: #ADF686;
}
.BgClassName
{
background-color: #ADF686;
}
</style>
border-color css
<style>
span { border-color: #ADF686; }
span { border-color: rgb(173,246,134); }
td.TdClassName
{
border-color: #ADF686;
}
.TagClassName
{
border-color: #ADF686;
}
</style>