Shades of Feijoa #ADD790
Tints of Feijoa #ADD790
RGB
CMYK
RGB Variations
Color information
#ADD790 (or 0xADD790) is known color: Feijoa. HEX triplet: AD, D7 and 90. RGB value is (173,215,144). Sum of RGB (Red+Green+Blue) = 173+215+144=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD790 is #52286F. Grayscale: #C2C2C2. Windows color (decimal): -5384304 or 9492397. OLE color: 9492397.
HSL color Cylindrical-coordinate representation of color #ADD790: hue angle of 95.49º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADD790 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 144 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.16 |
| HSL | 95.49º | 0.47% | 0.7% | - |
| HSV(B) | 95.49º | 0.33% | 0.84% | - |
| XYZ | 46.57 | 59.5 | 35.42 | - |
| YUV | 194.35 | 99.59 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 144 | 0.20 | 0 | 0.33 | 0.16 | 95.49 | 0.47 | 0.7 |
| Hex | AD | D7 | 90 | 14 | 0 | 21 | 10 | 5F | 2F | 46 |
| Octal | 255 | 327 | 220 | 24 | 0 | 41 | 20 | 137 | 57 | 106 |
| Binary | 10101101 | 11010111 | 10010000 | 10100 | 0 | 100001 | 10000 | 1011111 | 101111 | 1000110 |
Color Harmonies of #ADD790
Complementary color
Monochromatic Colors of #ADD790
Black with #ADD790
Text Example
Text Example
White with #ADD790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD790; }
p { color: rgb(173,215,144); }
H1.HeaderClassName
{
color: #ADD790;
}
.AnyTagClassName
{
color: #ADD790;
}
</style>
background-color css
<style>
a { background-color: #ADD790; }
a { background-color: rgb(173,215,144); }
div.DivClassName
{
background-color: #ADD790;
}
.BgClassName
{
background-color: #ADD790;
}
</style>
border-color css
<style>
span { border-color: #ADD790; }
span { border-color: rgb(173,215,144); }
td.TdClassName
{
border-color: #ADD790;
}
.TagClassName
{
border-color: #ADD790;
}
</style>