Shades of Feijoa #ADD685
Tints of Feijoa #ADD685
RGB
CMYK
RGB Variations
Color information
#ADD685 (or 0xADD685) is known color: Feijoa. HEX triplet: AD, D6 and 85. RGB value is (173,214,133). Sum of RGB (Red+Green+Blue) = 173+214+133=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD685 is #52297A. Grayscale: #C0C0C0. Windows color (decimal): -5384571 or 8771245. OLE color: 8771245.
HSL color Cylindrical-coordinate representation of color #ADD685: hue angle of 90.37º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADD685 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 133 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.16 |
| HSL | 90.37º | 0.5% | 0.68% | - |
| HSV(B) | 90.37º | 0.38% | 0.84% | - |
| XYZ | 45.51 | 58.67 | 31.12 | - |
| YUV | 192.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 133 | 0.19 | 0 | 0.38 | 0.16 | 90.37 | 0.5 | 0.68 |
| Hex | AD | D6 | 85 | 13 | 0 | 26 | 10 | 5A | 32 | 44 |
| Octal | 255 | 326 | 205 | 23 | 0 | 46 | 20 | 132 | 62 | 104 |
| Binary | 10101101 | 11010110 | 10000101 | 10011 | 0 | 100110 | 10000 | 1011010 | 110010 | 1000100 |
Color Harmonies of #ADD685
Complementary color
Monochromatic Colors of #ADD685
Black with #ADD685
Text Example
Text Example
White with #ADD685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD685; }
p { color: rgb(173,214,133); }
H1.HeaderClassName
{
color: #ADD685;
}
.AnyTagClassName
{
color: #ADD685;
}
</style>
background-color css
<style>
a { background-color: #ADD685; }
a { background-color: rgb(173,214,133); }
div.DivClassName
{
background-color: #ADD685;
}
.BgClassName
{
background-color: #ADD685;
}
</style>
border-color css
<style>
span { border-color: #ADD685; }
span { border-color: rgb(173,214,133); }
td.TdClassName
{
border-color: #ADD685;
}
.TagClassName
{
border-color: #ADD685;
}
</style>