Shades of Feijoa #ADDB76
Tints of Feijoa #ADDB76
RGB
CMYK
RGB Variations
Color information
#ADDB76 (or 0xADDB76) is known color: Feijoa. HEX triplet: AD, DB and 76. RGB value is (173,219,118). Sum of RGB (Red+Green+Blue) = 173+219+118=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB76 is #522489. Grayscale: #C2C2C2. Windows color (decimal): -5383306 or 7789485. OLE color: 7789485.
HSL color Cylindrical-coordinate representation of color #ADDB76: hue angle of 87.33º degrees, saturation: 0.58, 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 #ADDB76 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 118 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.14 |
| HSL | 87.33º | 0.58% | 0.66% | - |
| HSV(B) | 87.33º | 0.46% | 0.86% | - |
| XYZ | 45.84 | 60.86 | 26.47 | - |
| YUV | 193.73 | 85.26 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 118 | 0.21 | 0 | 0.46 | 0.14 | 87.33 | 0.58 | 0.66 |
| Hex | AD | DB | 76 | 15 | 0 | 2E | E | 57 | 3A | 42 |
| Octal | 255 | 333 | 166 | 25 | 0 | 56 | 16 | 127 | 72 | 102 |
| Binary | 10101101 | 11011011 | 1110110 | 10101 | 0 | 101110 | 1110 | 1010111 | 111010 | 1000010 |
Color Harmonies of #ADDB76
Complementary color
Monochromatic Colors of #ADDB76
Black with #ADDB76
Text Example
Text Example
White with #ADDB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB76; }
p { color: rgb(173,219,118); }
H1.HeaderClassName
{
color: #ADDB76;
}
.AnyTagClassName
{
color: #ADDB76;
}
</style>
background-color css
<style>
a { background-color: #ADDB76; }
a { background-color: rgb(173,219,118); }
div.DivClassName
{
background-color: #ADDB76;
}
.BgClassName
{
background-color: #ADDB76;
}
</style>
border-color css
<style>
span { border-color: #ADDB76; }
span { border-color: rgb(173,219,118); }
td.TdClassName
{
border-color: #ADDB76;
}
.TagClassName
{
border-color: #ADDB76;
}
</style>