Shades of Feijoa #ADDE86
Tints of Feijoa #ADDE86
RGB
CMYK
RGB Variations
Color information
#ADDE86 (or 0xADDE86) is known color: Feijoa. HEX triplet: AD, DE and 86. RGB value is (173,222,134). Sum of RGB (Red+Green+Blue) = 173+222+134=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDE86 is #522179. Grayscale: #C5C5C5. Windows color (decimal): -5382522 or 8838829. OLE color: 8838829.
HSL color Cylindrical-coordinate representation of color #ADDE86: hue angle of 93.41º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADDE86 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 134 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.13 |
| HSL | 93.41º | 0.57% | 0.7% | - |
| HSV(B) | 93.41º | 0.4% | 0.87% | - |
| XYZ | 47.66 | 62.85 | 32.17 | - |
| YUV | 197.32 | 92.27 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 134 | 0.22 | 0 | 0.40 | 0.13 | 93.41 | 0.57 | 0.7 |
| Hex | AD | DE | 86 | 16 | 0 | 28 | D | 5D | 39 | 46 |
| Octal | 255 | 336 | 206 | 26 | 0 | 50 | 15 | 135 | 71 | 106 |
| Binary | 10101101 | 11011110 | 10000110 | 10110 | 0 | 101000 | 1101 | 1011101 | 111001 | 1000110 |
Color Harmonies of #ADDE86
Complementary color
Monochromatic Colors of #ADDE86
Black with #ADDE86
Text Example
Text Example
White with #ADDE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE86; }
p { color: rgb(173,222,134); }
H1.HeaderClassName
{
color: #ADDE86;
}
.AnyTagClassName
{
color: #ADDE86;
}
</style>
background-color css
<style>
a { background-color: #ADDE86; }
a { background-color: rgb(173,222,134); }
div.DivClassName
{
background-color: #ADDE86;
}
.BgClassName
{
background-color: #ADDE86;
}
</style>
border-color css
<style>
span { border-color: #ADDE86; }
span { border-color: rgb(173,222,134); }
td.TdClassName
{
border-color: #ADDE86;
}
.TagClassName
{
border-color: #ADDE86;
}
</style>