Shades of Feijoa #ADF886
Tints of Feijoa #ADF886
RGB
CMYK
RGB Variations
Color information
#ADF886 (or 0xADF886) is known color: Feijoa. HEX triplet: AD, F8 and 86. RGB value is (173,248,134). Sum of RGB (Red+Green+Blue) = 173+248+134=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 134 (52.73% from 255 or 24.14% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF886 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF886 is #520779. Grayscale: #D4D4D4. Windows color (decimal): -5375866 or 8845485. OLE color: 8845485.
HSL color Cylindrical-coordinate representation of color #ADF886: hue angle of 99.47º degrees, saturation: 0.89, 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 #ADF886 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 134 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.03 |
| HSL | 99.47º | 0.89% | 0.75% | - |
| HSV(B) | 99.47º | 0.46% | 0.97% | - |
| XYZ | 55.1 | 77.74 | 34.66 | - |
| YUV | 212.58 | 83.65 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 134 | 0.30 | 0 | 0.46 | 0.03 | 99.47 | 0.89 | 0.75 |
| Hex | AD | F8 | 86 | 1E | 0 | 2E | 3 | 63 | 59 | 4B |
| Octal | 255 | 370 | 206 | 36 | 0 | 56 | 3 | 143 | 131 | 113 |
| Binary | 10101101 | 11111000 | 10000110 | 11110 | 0 | 101110 | 11 | 1100011 | 1011001 | 1001011 |
Color Harmonies of #ADF886
Complementary color
Monochromatic Colors of #ADF886
Black with #ADF886
Text Example
Text Example
White with #ADF886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF886; }
p { color: rgb(173,248,134); }
H1.HeaderClassName
{
color: #ADF886;
}
.AnyTagClassName
{
color: #ADF886;
}
</style>
background-color css
<style>
a { background-color: #ADF886; }
a { background-color: rgb(173,248,134); }
div.DivClassName
{
background-color: #ADF886;
}
.BgClassName
{
background-color: #ADF886;
}
</style>
border-color css
<style>
span { border-color: #ADF886; }
span { border-color: rgb(173,248,134); }
td.TdClassName
{
border-color: #ADF886;
}
.TagClassName
{
border-color: #ADF886;
}
</style>