Shades of Feijoa #ADDC96
Tints of Feijoa #ADDC96
RGB
CMYK
RGB Variations
Color information
#ADDC96 (or 0xADDC96) is known color: Feijoa. HEX triplet: AD, DC and 96. RGB value is (173,220,150). Sum of RGB (Red+Green+Blue) = 173+220+150=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC96 is #522369. Grayscale: #C6C6C6. Windows color (decimal): -5383018 or 9886893. OLE color: 9886893.
HSL color Cylindrical-coordinate representation of color #ADDC96: hue angle of 100.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADDC96 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 150 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.14 |
| HSL | 100.29º | 0.5% | 0.73% | - |
| HSV(B) | 100.29º | 0.32% | 0.86% | - |
| XYZ | 48.33 | 62.27 | 38.33 | - |
| YUV | 197.97 | 100.93 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 150 | 0.21 | 0 | 0.32 | 0.14 | 100.29 | 0.5 | 0.73 |
| Hex | AD | DC | 96 | 15 | 0 | 20 | E | 64 | 32 | 49 |
| Octal | 255 | 334 | 226 | 25 | 0 | 40 | 16 | 144 | 62 | 111 |
| Binary | 10101101 | 11011100 | 10010110 | 10101 | 0 | 100000 | 1110 | 1100100 | 110010 | 1001001 |
Color Harmonies of #ADDC96
Complementary color
Monochromatic Colors of #ADDC96
Black with #ADDC96
Text Example
Text Example
White with #ADDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC96; }
p { color: rgb(173,220,150); }
H1.HeaderClassName
{
color: #ADDC96;
}
.AnyTagClassName
{
color: #ADDC96;
}
</style>
background-color css
<style>
a { background-color: #ADDC96; }
a { background-color: rgb(173,220,150); }
div.DivClassName
{
background-color: #ADDC96;
}
.BgClassName
{
background-color: #ADDC96;
}
</style>
border-color css
<style>
span { border-color: #ADDC96; }
span { border-color: rgb(173,220,150); }
td.TdClassName
{
border-color: #ADDC96;
}
.TagClassName
{
border-color: #ADDC96;
}
</style>