Shades of Feijoa #ADD493
Tints of Feijoa #ADD493
RGB
CMYK
RGB Variations
Color information
#ADD493 (or 0xADD493) is known color: Feijoa. HEX triplet: AD, D4 and 93. RGB value is (173,212,147). Sum of RGB (Red+Green+Blue) = 173+212+147=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD493 is #522B6C. Grayscale: #C1C1C1. Windows color (decimal): -5385069 or 9688237. OLE color: 9688237.
HSL color Cylindrical-coordinate representation of color #ADD493: hue angle of 96º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADD493 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 147 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.17 |
| HSL | 96º | 0.43% | 0.7% | - |
| HSV(B) | 96º | 0.31% | 0.83% | - |
| XYZ | 46.04 | 58.08 | 36.39 | - |
| YUV | 192.93 | 102.08 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 147 | 0.18 | 0 | 0.31 | 0.17 | 96 | 0.43 | 0.7 |
| Hex | AD | D4 | 93 | 12 | 0 | 1F | 11 | 60 | 2B | 46 |
| Octal | 255 | 324 | 223 | 22 | 0 | 37 | 21 | 140 | 53 | 106 |
| Binary | 10101101 | 11010100 | 10010011 | 10010 | 0 | 11111 | 10001 | 1100000 | 101011 | 1000110 |
Color Harmonies of #ADD493
Complementary color
Monochromatic Colors of #ADD493
Black with #ADD493
Text Example
Text Example
White with #ADD493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD493; }
p { color: rgb(173,212,147); }
H1.HeaderClassName
{
color: #ADD493;
}
.AnyTagClassName
{
color: #ADD493;
}
</style>
background-color css
<style>
a { background-color: #ADD493; }
a { background-color: rgb(173,212,147); }
div.DivClassName
{
background-color: #ADD493;
}
.BgClassName
{
background-color: #ADD493;
}
</style>
border-color css
<style>
span { border-color: #ADD493; }
span { border-color: rgb(173,212,147); }
td.TdClassName
{
border-color: #ADD493;
}
.TagClassName
{
border-color: #ADD493;
}
</style>