Shades of Feijoa #ADDB96
Tints of Feijoa #ADDB96
RGB
CMYK
RGB Variations
Color information
#ADDB96 (or 0xADDB96) is known color: Feijoa. HEX triplet: AD, DB and 96. RGB value is (173,219,150). Sum of RGB (Red+Green+Blue) = 173+219+150=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDB96 is #522469. Grayscale: #C5C5C5. Windows color (decimal): -5383274 or 9886637. OLE color: 9886637.
HSL color Cylindrical-coordinate representation of color #ADDB96: hue angle of 100º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADDB96 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 150 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.14 |
| HSL | 100º | 0.49% | 0.72% | - |
| HSV(B) | 100º | 0.32% | 0.86% | - |
| XYZ | 48.07 | 61.75 | 38.24 | - |
| YUV | 197.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 150 | 0.21 | 0 | 0.32 | 0.14 | 100 | 0.49 | 0.72 |
| Hex | AD | DB | 96 | 15 | 0 | 20 | E | 64 | 31 | 48 |
| Octal | 255 | 333 | 226 | 25 | 0 | 40 | 16 | 144 | 61 | 110 |
| Binary | 10101101 | 11011011 | 10010110 | 10101 | 0 | 100000 | 1110 | 1100100 | 110001 | 1001000 |
Color Harmonies of #ADDB96
Complementary color
Monochromatic Colors of #ADDB96
Black with #ADDB96
Text Example
Text Example
White with #ADDB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB96; }
p { color: rgb(173,219,150); }
H1.HeaderClassName
{
color: #ADDB96;
}
.AnyTagClassName
{
color: #ADDB96;
}
</style>
background-color css
<style>
a { background-color: #ADDB96; }
a { background-color: rgb(173,219,150); }
div.DivClassName
{
background-color: #ADDB96;
}
.BgClassName
{
background-color: #ADDB96;
}
</style>
border-color css
<style>
span { border-color: #ADDB96; }
span { border-color: rgb(173,219,150); }
td.TdClassName
{
border-color: #ADDB96;
}
.TagClassName
{
border-color: #ADDB96;
}
</style>