Shades of Feijoa #ADDC86
Tints of Feijoa #ADDC86
RGB
CMYK
RGB Variations
Color information
#ADDC86 (or 0xADDC86) is known color: Feijoa. HEX triplet: AD, DC and 86. RGB value is (173,220,134). Sum of RGB (Red+Green+Blue) = 173+220+134=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC86 is #522379. Grayscale: #C4C4C4. Windows color (decimal): -5383034 or 8838317. OLE color: 8838317.
HSL color Cylindrical-coordinate representation of color #ADDC86: hue angle of 92.79º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADDC86 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 134 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.14 |
| HSL | 92.79º | 0.55% | 0.69% | - |
| HSV(B) | 92.79º | 0.39% | 0.86% | - |
| XYZ | 47.13 | 61.79 | 32 | - |
| YUV | 196.14 | 92.93 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 134 | 0.21 | 0 | 0.39 | 0.14 | 92.79 | 0.55 | 0.69 |
| Hex | AD | DC | 86 | 15 | 0 | 27 | E | 5D | 37 | 45 |
| Octal | 255 | 334 | 206 | 25 | 0 | 47 | 16 | 135 | 67 | 105 |
| Binary | 10101101 | 11011100 | 10000110 | 10101 | 0 | 100111 | 1110 | 1011101 | 110111 | 1000101 |
Color Harmonies of #ADDC86
Complementary color
Monochromatic Colors of #ADDC86
Black with #ADDC86
Text Example
Text Example
White with #ADDC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC86; }
p { color: rgb(173,220,134); }
H1.HeaderClassName
{
color: #ADDC86;
}
.AnyTagClassName
{
color: #ADDC86;
}
</style>
background-color css
<style>
a { background-color: #ADDC86; }
a { background-color: rgb(173,220,134); }
div.DivClassName
{
background-color: #ADDC86;
}
.BgClassName
{
background-color: #ADDC86;
}
</style>
border-color css
<style>
span { border-color: #ADDC86; }
span { border-color: rgb(173,220,134); }
td.TdClassName
{
border-color: #ADDC86;
}
.TagClassName
{
border-color: #ADDC86;
}
</style>