Shades of Feijoa #ADF386
Tints of Feijoa #ADF386
RGB
CMYK
RGB Variations
Color information
#ADF386 (or 0xADF386) is known color: Feijoa. HEX triplet: AD, F3 and 86. RGB value is (173,243,134). Sum of RGB (Red+Green+Blue) = 173+243+134=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF386 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF386 is #520C79. Grayscale: #D2D2D2. Windows color (decimal): -5377146 or 8844205. OLE color: 8844205.
HSL color Cylindrical-coordinate representation of color #ADF386: hue angle of 98.53º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADF386 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 134 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.05 |
| HSL | 98.53º | 0.82% | 0.74% | - |
| HSV(B) | 98.53º | 0.45% | 0.95% | - |
| XYZ | 53.59 | 74.71 | 34.15 | - |
| YUV | 209.64 | 85.31 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 134 | 0.29 | 0 | 0.45 | 0.05 | 98.53 | 0.82 | 0.74 |
| Hex | AD | F3 | 86 | 1D | 0 | 2D | 5 | 63 | 52 | 4A |
| Octal | 255 | 363 | 206 | 35 | 0 | 55 | 5 | 143 | 122 | 112 |
| Binary | 10101101 | 11110011 | 10000110 | 11101 | 0 | 101101 | 101 | 1100011 | 1010010 | 1001010 |
Color Harmonies of #ADF386
Complementary color
Monochromatic Colors of #ADF386
Black with #ADF386
Text Example
Text Example
White with #ADF386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF386; }
p { color: rgb(173,243,134); }
H1.HeaderClassName
{
color: #ADF386;
}
.AnyTagClassName
{
color: #ADF386;
}
</style>
background-color css
<style>
a { background-color: #ADF386; }
a { background-color: rgb(173,243,134); }
div.DivClassName
{
background-color: #ADF386;
}
.BgClassName
{
background-color: #ADF386;
}
</style>
border-color css
<style>
span { border-color: #ADF386; }
span { border-color: rgb(173,243,134); }
td.TdClassName
{
border-color: #ADF386;
}
.TagClassName
{
border-color: #ADF386;
}
</style>