Shades of Feijoa #ADDD76
Tints of Feijoa #ADDD76
RGB
CMYK
RGB Variations
Color information
#ADDD76 (or 0xADDD76) is known color: Feijoa. HEX triplet: AD, DD and 76. RGB value is (173,221,118). Sum of RGB (Red+Green+Blue) = 173+221+118=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD76 is #522289. Grayscale: #C3C3C3. Windows color (decimal): -5382794 or 7789997. OLE color: 7789997.
HSL color Cylindrical-coordinate representation of color #ADDD76: hue angle of 87.96º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADDD76 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 118 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.13 |
| HSL | 87.96º | 0.6% | 0.66% | - |
| HSV(B) | 87.96º | 0.47% | 0.87% | - |
| XYZ | 46.36 | 61.91 | 26.65 | - |
| YUV | 194.91 | 84.6 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 118 | 0.22 | 0 | 0.47 | 0.13 | 87.96 | 0.6 | 0.66 |
| Hex | AD | DD | 76 | 16 | 0 | 2F | D | 58 | 3C | 42 |
| Octal | 255 | 335 | 166 | 26 | 0 | 57 | 15 | 130 | 74 | 102 |
| Binary | 10101101 | 11011101 | 1110110 | 10110 | 0 | 101111 | 1101 | 1011000 | 111100 | 1000010 |
Color Harmonies of #ADDD76
Complementary color
Monochromatic Colors of #ADDD76
Black with #ADDD76
Text Example
Text Example
White with #ADDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD76; }
p { color: rgb(173,221,118); }
H1.HeaderClassName
{
color: #ADDD76;
}
.AnyTagClassName
{
color: #ADDD76;
}
</style>
background-color css
<style>
a { background-color: #ADDD76; }
a { background-color: rgb(173,221,118); }
div.DivClassName
{
background-color: #ADDD76;
}
.BgClassName
{
background-color: #ADDD76;
}
</style>
border-color css
<style>
span { border-color: #ADDD76; }
span { border-color: rgb(173,221,118); }
td.TdClassName
{
border-color: #ADDD76;
}
.TagClassName
{
border-color: #ADDD76;
}
</style>