Shades of Feijoa #ADD394
Tints of Feijoa #ADD394
RGB
CMYK
RGB Variations
Color information
#ADD394 (or 0xADD394) is known color: Feijoa. HEX triplet: AD, D3 and 94. RGB value is (173,211,148). Sum of RGB (Red+Green+Blue) = 173+211+148=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD394 is #522C6B. Grayscale: #C0C0C0. Windows color (decimal): -5385324 or 9753517. OLE color: 9753517.
HSL color Cylindrical-coordinate representation of color #ADD394: hue angle of 96.19º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADD394 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 148 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.17 |
| HSL | 96.19º | 0.42% | 0.7% | - |
| HSV(B) | 96.19º | 0.3% | 0.83% | - |
| XYZ | 45.87 | 57.61 | 36.72 | - |
| YUV | 192.46 | 102.91 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 148 | 0.18 | 0 | 0.30 | 0.17 | 96.19 | 0.42 | 0.7 |
| Hex | AD | D3 | 94 | 12 | 0 | 1E | 11 | 60 | 2A | 46 |
| Octal | 255 | 323 | 224 | 22 | 0 | 36 | 21 | 140 | 52 | 106 |
| Binary | 10101101 | 11010011 | 10010100 | 10010 | 0 | 11110 | 10001 | 1100000 | 101010 | 1000110 |
Color Harmonies of #ADD394
Complementary color
Monochromatic Colors of #ADD394
Black with #ADD394
Text Example
Text Example
White with #ADD394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD394; }
p { color: rgb(173,211,148); }
H1.HeaderClassName
{
color: #ADD394;
}
.AnyTagClassName
{
color: #ADD394;
}
</style>
background-color css
<style>
a { background-color: #ADD394; }
a { background-color: rgb(173,211,148); }
div.DivClassName
{
background-color: #ADD394;
}
.BgClassName
{
background-color: #ADD394;
}
</style>
border-color css
<style>
span { border-color: #ADD394; }
span { border-color: rgb(173,211,148); }
td.TdClassName
{
border-color: #ADD394;
}
.TagClassName
{
border-color: #ADD394;
}
</style>