Shades of Feijoa #ADDB8B
Tints of Feijoa #ADDB8B
RGB
CMYK
RGB Variations
Color information
#ADDB8B (or 0xADDB8B) is known color: Feijoa. HEX triplet: AD, DB and 8B. RGB value is (173,219,139). Sum of RGB (Red+Green+Blue) = 173+219+139=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDB8B is #522474. Grayscale: #C4C4C4. Windows color (decimal): -5383285 or 9165741. OLE color: 9165741.
HSL color Cylindrical-coordinate representation of color #ADDB8B: hue angle of 94.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADDB8B is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 139 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.14 |
| HSL | 94.5º | 0.53% | 0.7% | - |
| HSV(B) | 94.5º | 0.37% | 0.86% | - |
| XYZ | 47.23 | 61.41 | 33.79 | - |
| YUV | 196.13 | 95.76 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 139 | 0.21 | 0 | 0.37 | 0.14 | 94.5 | 0.53 | 0.7 |
| Hex | AD | DB | 8B | 15 | 0 | 25 | E | 5E | 35 | 46 |
| Octal | 255 | 333 | 213 | 25 | 0 | 45 | 16 | 136 | 65 | 106 |
| Binary | 10101101 | 11011011 | 10001011 | 10101 | 0 | 100101 | 1110 | 1011110 | 110101 | 1000110 |
Color Harmonies of #ADDB8B
Complementary color
Monochromatic Colors of #ADDB8B
Black with #ADDB8B
Text Example
Text Example
White with #ADDB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB8B; }
p { color: rgb(173,219,139); }
H1.HeaderClassName
{
color: #ADDB8B;
}
.AnyTagClassName
{
color: #ADDB8B;
}
</style>
background-color css
<style>
a { background-color: #ADDB8B; }
a { background-color: rgb(173,219,139); }
div.DivClassName
{
background-color: #ADDB8B;
}
.BgClassName
{
background-color: #ADDB8B;
}
</style>
border-color css
<style>
span { border-color: #ADDB8B; }
span { border-color: rgb(173,219,139); }
td.TdClassName
{
border-color: #ADDB8B;
}
.TagClassName
{
border-color: #ADDB8B;
}
</style>