Shades of Feijoa #ADD490
Tints of Feijoa #ADD490
RGB
CMYK
RGB Variations
Color information
#ADD490 (or 0xADD490) is known color: Feijoa. HEX triplet: AD, D4 and 90. RGB value is (173,212,144). Sum of RGB (Red+Green+Blue) = 173+212+144=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD490 is #522B6F. Grayscale: #C0C0C0. Windows color (decimal): -5385072 or 9491629. OLE color: 9491629.
HSL color Cylindrical-coordinate representation of color #ADD490: hue angle of 94.41º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADD490 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 144 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.17 |
| HSL | 94.41º | 0.44% | 0.7% | - |
| HSV(B) | 94.41º | 0.32% | 0.83% | - |
| XYZ | 45.81 | 57.98 | 35.16 | - |
| YUV | 192.59 | 100.58 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 144 | 0.18 | 0 | 0.32 | 0.17 | 94.41 | 0.44 | 0.7 |
| Hex | AD | D4 | 90 | 12 | 0 | 20 | 11 | 5E | 2C | 46 |
| Octal | 255 | 324 | 220 | 22 | 0 | 40 | 21 | 136 | 54 | 106 |
| Binary | 10101101 | 11010100 | 10010000 | 10010 | 0 | 100000 | 10001 | 1011110 | 101100 | 1000110 |
Color Harmonies of #ADD490
Complementary color
Monochromatic Colors of #ADD490
Black with #ADD490
Text Example
Text Example
White with #ADD490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD490; }
p { color: rgb(173,212,144); }
H1.HeaderClassName
{
color: #ADD490;
}
.AnyTagClassName
{
color: #ADD490;
}
</style>
background-color css
<style>
a { background-color: #ADD490; }
a { background-color: rgb(173,212,144); }
div.DivClassName
{
background-color: #ADD490;
}
.BgClassName
{
background-color: #ADD490;
}
</style>
border-color css
<style>
span { border-color: #ADD490; }
span { border-color: rgb(173,212,144); }
td.TdClassName
{
border-color: #ADD490;
}
.TagClassName
{
border-color: #ADD490;
}
</style>