Shades of Feijoa #ADDC76
Tints of Feijoa #ADDC76
RGB
CMYK
RGB Variations
Color information
#ADDC76 (or 0xADDC76) is known color: Feijoa. HEX triplet: AD, DC and 76. RGB value is (173,220,118). Sum of RGB (Red+Green+Blue) = 173+220+118=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC76 is #522389. Grayscale: #C2C2C2. Windows color (decimal): -5383050 or 7789741. OLE color: 7789741.
HSL color Cylindrical-coordinate representation of color #ADDC76: hue angle of 87.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADDC76 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 118 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.14 |
| HSL | 87.65º | 0.59% | 0.66% | - |
| HSV(B) | 87.65º | 0.46% | 0.86% | - |
| XYZ | 46.1 | 61.38 | 26.56 | - |
| YUV | 194.32 | 84.93 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 118 | 0.21 | 0 | 0.46 | 0.14 | 87.65 | 0.59 | 0.66 |
| Hex | AD | DC | 76 | 15 | 0 | 2E | E | 58 | 3B | 42 |
| Octal | 255 | 334 | 166 | 25 | 0 | 56 | 16 | 130 | 73 | 102 |
| Binary | 10101101 | 11011100 | 1110110 | 10101 | 0 | 101110 | 1110 | 1011000 | 111011 | 1000010 |
Color Harmonies of #ADDC76
Complementary color
Monochromatic Colors of #ADDC76
Black with #ADDC76
Text Example
Text Example
White with #ADDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC76; }
p { color: rgb(173,220,118); }
H1.HeaderClassName
{
color: #ADDC76;
}
.AnyTagClassName
{
color: #ADDC76;
}
</style>
background-color css
<style>
a { background-color: #ADDC76; }
a { background-color: rgb(173,220,118); }
div.DivClassName
{
background-color: #ADDC76;
}
.BgClassName
{
background-color: #ADDC76;
}
</style>
border-color css
<style>
span { border-color: #ADDC76; }
span { border-color: rgb(173,220,118); }
td.TdClassName
{
border-color: #ADDC76;
}
.TagClassName
{
border-color: #ADDC76;
}
</style>