Shades of Feijoa #ADDF86
Tints of Feijoa #ADDF86
RGB
CMYK
RGB Variations
Color information
#ADDF86 (or 0xADDF86) is known color: Feijoa. HEX triplet: AD, DF and 86. RGB value is (173,223,134). Sum of RGB (Red+Green+Blue) = 173+223+134=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDF86 is #522079. Grayscale: #C6C6C6. Windows color (decimal): -5382266 or 8839085. OLE color: 8839085.
HSL color Cylindrical-coordinate representation of color #ADDF86: hue angle of 93.71º degrees, saturation: 0.58, 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 #ADDF86 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 134 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.13 |
| HSL | 93.71º | 0.58% | 0.7% | - |
| HSV(B) | 93.71º | 0.4% | 0.87% | - |
| XYZ | 47.92 | 63.38 | 32.26 | - |
| YUV | 197.9 | 91.94 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 134 | 0.22 | 0 | 0.40 | 0.13 | 93.71 | 0.58 | 0.7 |
| Hex | AD | DF | 86 | 16 | 0 | 28 | D | 5E | 3A | 46 |
| Octal | 255 | 337 | 206 | 26 | 0 | 50 | 15 | 136 | 72 | 106 |
| Binary | 10101101 | 11011111 | 10000110 | 10110 | 0 | 101000 | 1101 | 1011110 | 111010 | 1000110 |
Color Harmonies of #ADDF86
Complementary color
Monochromatic Colors of #ADDF86
Black with #ADDF86
Text Example
Text Example
White with #ADDF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF86; }
p { color: rgb(173,223,134); }
H1.HeaderClassName
{
color: #ADDF86;
}
.AnyTagClassName
{
color: #ADDF86;
}
</style>
background-color css
<style>
a { background-color: #ADDF86; }
a { background-color: rgb(173,223,134); }
div.DivClassName
{
background-color: #ADDF86;
}
.BgClassName
{
background-color: #ADDF86;
}
</style>
border-color css
<style>
span { border-color: #ADDF86; }
span { border-color: rgb(173,223,134); }
td.TdClassName
{
border-color: #ADDF86;
}
.TagClassName
{
border-color: #ADDF86;
}
</style>