Shades of Feijoa #ADD676
Tints of Feijoa #ADD676
RGB
CMYK
RGB Variations
Color information
#ADD676 (or 0xADD676) is known color: Feijoa. HEX triplet: AD, D6 and 76. RGB value is (173,214,118). Sum of RGB (Red+Green+Blue) = 173+214+118=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD676 is #522989. Grayscale: #BFBFBF. Windows color (decimal): -5384586 or 7788205. OLE color: 7788205.
HSL color Cylindrical-coordinate representation of color #ADD676: hue angle of 85.62º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADD676 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 118 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.16 |
| HSL | 85.62º | 0.54% | 0.65% | - |
| HSV(B) | 85.62º | 0.45% | 0.84% | - |
| XYZ | 44.55 | 58.29 | 26.04 | - |
| YUV | 190.8 | 86.92 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 118 | 0.19 | 0 | 0.45 | 0.16 | 85.62 | 0.54 | 0.65 |
| Hex | AD | D6 | 76 | 13 | 0 | 2D | 10 | 56 | 36 | 41 |
| Octal | 255 | 326 | 166 | 23 | 0 | 55 | 20 | 126 | 66 | 101 |
| Binary | 10101101 | 11010110 | 1110110 | 10011 | 0 | 101101 | 10000 | 1010110 | 110110 | 1000001 |
Color Harmonies of #ADD676
Complementary color
Monochromatic Colors of #ADD676
Black with #ADD676
Text Example
Text Example
White with #ADD676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD676; }
p { color: rgb(173,214,118); }
H1.HeaderClassName
{
color: #ADD676;
}
.AnyTagClassName
{
color: #ADD676;
}
</style>
background-color css
<style>
a { background-color: #ADD676; }
a { background-color: rgb(173,214,118); }
div.DivClassName
{
background-color: #ADD676;
}
.BgClassName
{
background-color: #ADD676;
}
</style>
border-color css
<style>
span { border-color: #ADD676; }
span { border-color: rgb(173,214,118); }
td.TdClassName
{
border-color: #ADD676;
}
.TagClassName
{
border-color: #ADD676;
}
</style>