Shades of Feijoa #ADD991
Tints of Feijoa #ADD991
RGB
CMYK
RGB Variations
Color information
#ADD991 (or 0xADD991) is known color: Feijoa. HEX triplet: AD, D9 and 91. RGB value is (173,217,145). Sum of RGB (Red+Green+Blue) = 173+217+145=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD991 is #52266E. Grayscale: #C3C3C3. Windows color (decimal): -5383791 or 9558445. OLE color: 9558445.
HSL color Cylindrical-coordinate representation of color #ADD991: hue angle of 96.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADD991 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 145 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.15 |
| HSL | 96.67º | 0.49% | 0.71% | - |
| HSV(B) | 96.67º | 0.33% | 0.85% | - |
| XYZ | 47.16 | 60.55 | 35.99 | - |
| YUV | 195.64 | 99.42 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 145 | 0.20 | 0 | 0.33 | 0.15 | 96.67 | 0.49 | 0.71 |
| Hex | AD | D9 | 91 | 14 | 0 | 21 | F | 61 | 31 | 47 |
| Octal | 255 | 331 | 221 | 24 | 0 | 41 | 17 | 141 | 61 | 107 |
| Binary | 10101101 | 11011001 | 10010001 | 10100 | 0 | 100001 | 1111 | 1100001 | 110001 | 1000111 |
Color Harmonies of #ADD991
Complementary color
Monochromatic Colors of #ADD991
Black with #ADD991
Text Example
Text Example
White with #ADD991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD991; }
p { color: rgb(173,217,145); }
H1.HeaderClassName
{
color: #ADD991;
}
.AnyTagClassName
{
color: #ADD991;
}
</style>
background-color css
<style>
a { background-color: #ADD991; }
a { background-color: rgb(173,217,145); }
div.DivClassName
{
background-color: #ADD991;
}
.BgClassName
{
background-color: #ADD991;
}
</style>
border-color css
<style>
span { border-color: #ADD991; }
span { border-color: rgb(173,217,145); }
td.TdClassName
{
border-color: #ADD991;
}
.TagClassName
{
border-color: #ADD991;
}
</style>