Shades of Feijoa #ADD893
Tints of Feijoa #ADD893
RGB
CMYK
RGB Variations
Color information
#ADD893 (or 0xADD893) is known color: Feijoa. HEX triplet: AD, D8 and 93. RGB value is (173,216,147). Sum of RGB (Red+Green+Blue) = 173+216+147=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD893 is #52276C. Grayscale: #C3C3C3. Windows color (decimal): -5384045 or 9689261. OLE color: 9689261.
HSL color Cylindrical-coordinate representation of color #ADD893: hue angle of 97.39º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADD893 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 147 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.15 |
| HSL | 97.39º | 0.47% | 0.71% | - |
| HSV(B) | 97.39º | 0.32% | 0.85% | - |
| XYZ | 47.06 | 60.1 | 36.72 | - |
| YUV | 195.28 | 100.75 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 147 | 0.20 | 0 | 0.32 | 0.15 | 97.39 | 0.47 | 0.71 |
| Hex | AD | D8 | 93 | 14 | 0 | 20 | F | 61 | 2F | 47 |
| Octal | 255 | 330 | 223 | 24 | 0 | 40 | 17 | 141 | 57 | 107 |
| Binary | 10101101 | 11011000 | 10010011 | 10100 | 0 | 100000 | 1111 | 1100001 | 101111 | 1000111 |
Color Harmonies of #ADD893
Complementary color
Monochromatic Colors of #ADD893
Black with #ADD893
Text Example
Text Example
White with #ADD893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD893; }
p { color: rgb(173,216,147); }
H1.HeaderClassName
{
color: #ADD893;
}
.AnyTagClassName
{
color: #ADD893;
}
</style>
background-color css
<style>
a { background-color: #ADD893; }
a { background-color: rgb(173,216,147); }
div.DivClassName
{
background-color: #ADD893;
}
.BgClassName
{
background-color: #ADD893;
}
</style>
border-color css
<style>
span { border-color: #ADD893; }
span { border-color: rgb(173,216,147); }
td.TdClassName
{
border-color: #ADD893;
}
.TagClassName
{
border-color: #ADD893;
}
</style>