Shades of Feijoa #ADF685
Tints of Feijoa #ADF685
RGB
CMYK
RGB Variations
Color information
#ADF685 (or 0xADF685) is known color: Feijoa. HEX triplet: AD, F6 and 85. RGB value is (173,246,133). Sum of RGB (Red+Green+Blue) = 173+246+133=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 246 (96.48% from 255 or 44.57% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF685 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF685 is #52097A. Grayscale: #D3D3D3. Windows color (decimal): -5376379 or 8779437. OLE color: 8779437.
HSL color Cylindrical-coordinate representation of color #ADF685: hue angle of 98.76º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADF685 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 133 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.04 |
| HSL | 98.76º | 0.86% | 0.74% | - |
| HSV(B) | 98.76º | 0.46% | 0.96% | - |
| XYZ | 54.42 | 76.49 | 34.09 | - |
| YUV | 211.29 | 83.82 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 133 | 0.30 | 0 | 0.46 | 0.04 | 98.76 | 0.86 | 0.74 |
| Hex | AD | F6 | 85 | 1E | 0 | 2E | 4 | 63 | 56 | 4A |
| Octal | 255 | 366 | 205 | 36 | 0 | 56 | 4 | 143 | 126 | 112 |
| Binary | 10101101 | 11110110 | 10000101 | 11110 | 0 | 101110 | 100 | 1100011 | 1010110 | 1001010 |
Color Harmonies of #ADF685
Complementary color
Monochromatic Colors of #ADF685
Black with #ADF685
Text Example
Text Example
White with #ADF685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF685; }
p { color: rgb(173,246,133); }
H1.HeaderClassName
{
color: #ADF685;
}
.AnyTagClassName
{
color: #ADF685;
}
</style>
background-color css
<style>
a { background-color: #ADF685; }
a { background-color: rgb(173,246,133); }
div.DivClassName
{
background-color: #ADF685;
}
.BgClassName
{
background-color: #ADF685;
}
</style>
border-color css
<style>
span { border-color: #ADF685; }
span { border-color: rgb(173,246,133); }
td.TdClassName
{
border-color: #ADF685;
}
.TagClassName
{
border-color: #ADF685;
}
</style>