Shades of Feijoa #ADDB84
Tints of Feijoa #ADDB84
RGB
CMYK
RGB Variations
Color information
#ADDB84 (or 0xADDB84) is known color: Feijoa. HEX triplet: AD, DB and 84. RGB value is (173,219,132). Sum of RGB (Red+Green+Blue) = 173+219+132=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDB84 is #52247B. Grayscale: #C3C3C3. Windows color (decimal): -5383292 or 8706989. OLE color: 8706989.
HSL color Cylindrical-coordinate representation of color #ADDB84: hue angle of 91.72º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADDB84 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 132 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.14 |
| HSL | 91.72º | 0.55% | 0.69% | - |
| HSV(B) | 91.72º | 0.4% | 0.86% | - |
| XYZ | 46.73 | 61.21 | 31.18 | - |
| YUV | 195.33 | 92.26 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 132 | 0.21 | 0 | 0.40 | 0.14 | 91.72 | 0.55 | 0.69 |
| Hex | AD | DB | 84 | 15 | 0 | 28 | E | 5C | 37 | 45 |
| Octal | 255 | 333 | 204 | 25 | 0 | 50 | 16 | 134 | 67 | 105 |
| Binary | 10101101 | 11011011 | 10000100 | 10101 | 0 | 101000 | 1110 | 1011100 | 110111 | 1000101 |
Color Harmonies of #ADDB84
Complementary color
Monochromatic Colors of #ADDB84
Black with #ADDB84
Text Example
Text Example
White with #ADDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB84; }
p { color: rgb(173,219,132); }
H1.HeaderClassName
{
color: #ADDB84;
}
.AnyTagClassName
{
color: #ADDB84;
}
</style>
background-color css
<style>
a { background-color: #ADDB84; }
a { background-color: rgb(173,219,132); }
div.DivClassName
{
background-color: #ADDB84;
}
.BgClassName
{
background-color: #ADDB84;
}
</style>
border-color css
<style>
span { border-color: #ADDB84; }
span { border-color: rgb(173,219,132); }
td.TdClassName
{
border-color: #ADDB84;
}
.TagClassName
{
border-color: #ADDB84;
}
</style>