Shades of Feijoa #ADD690
Tints of Feijoa #ADD690
RGB
CMYK
RGB Variations
Color information
#ADD690 (or 0xADD690) is known color: Feijoa. HEX triplet: AD, D6 and 90. RGB value is (173,214,144). Sum of RGB (Red+Green+Blue) = 173+214+144=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD690 is #52296F. Grayscale: #C2C2C2. Windows color (decimal): -5384560 or 9492141. OLE color: 9492141.
HSL color Cylindrical-coordinate representation of color #ADD690: hue angle of 95.14º degrees, saturation: 0.46, 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 #ADD690 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 144 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.16 |
| HSL | 95.14º | 0.46% | 0.7% | - |
| HSV(B) | 95.14º | 0.33% | 0.84% | - |
| XYZ | 46.31 | 58.99 | 35.33 | - |
| YUV | 193.76 | 99.92 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 144 | 0.19 | 0 | 0.33 | 0.16 | 95.14 | 0.46 | 0.7 |
| Hex | AD | D6 | 90 | 13 | 0 | 21 | 10 | 5F | 2E | 46 |
| Octal | 255 | 326 | 220 | 23 | 0 | 41 | 20 | 137 | 56 | 106 |
| Binary | 10101101 | 11010110 | 10010000 | 10011 | 0 | 100001 | 10000 | 1011111 | 101110 | 1000110 |
Color Harmonies of #ADD690
Complementary color
Monochromatic Colors of #ADD690
Black with #ADD690
Text Example
Text Example
White with #ADD690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD690; }
p { color: rgb(173,214,144); }
H1.HeaderClassName
{
color: #ADD690;
}
.AnyTagClassName
{
color: #ADD690;
}
</style>
background-color css
<style>
a { background-color: #ADD690; }
a { background-color: rgb(173,214,144); }
div.DivClassName
{
background-color: #ADD690;
}
.BgClassName
{
background-color: #ADD690;
}
</style>
border-color css
<style>
span { border-color: #ADD690; }
span { border-color: rgb(173,214,144); }
td.TdClassName
{
border-color: #ADD690;
}
.TagClassName
{
border-color: #ADD690;
}
</style>