Shades of Feijoa #ADD894
Tints of Feijoa #ADD894
RGB
CMYK
RGB Variations
Color information
#ADD894 (or 0xADD894) is known color: Feijoa. HEX triplet: AD, D8 and 94. RGB value is (173,216,148). Sum of RGB (Red+Green+Blue) = 173+216+148=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD894 is #52276B. Grayscale: #C3C3C3. Windows color (decimal): -5384044 or 9754797. OLE color: 9754797.
HSL color Cylindrical-coordinate representation of color #ADD894: hue angle of 97.94º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADD894 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 148 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.15 |
| HSL | 97.94º | 0.47% | 0.71% | - |
| HSV(B) | 97.94º | 0.31% | 0.85% | - |
| XYZ | 47.13 | 60.13 | 37.14 | - |
| YUV | 195.39 | 101.25 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 148 | 0.20 | 0 | 0.31 | 0.15 | 97.94 | 0.47 | 0.71 |
| Hex | AD | D8 | 94 | 14 | 0 | 1F | F | 62 | 2F | 47 |
| Octal | 255 | 330 | 224 | 24 | 0 | 37 | 17 | 142 | 57 | 107 |
| Binary | 10101101 | 11011000 | 10010100 | 10100 | 0 | 11111 | 1111 | 1100010 | 101111 | 1000111 |
Color Harmonies of #ADD894
Complementary color
Monochromatic Colors of #ADD894
Black with #ADD894
Text Example
Text Example
White with #ADD894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD894; }
p { color: rgb(173,216,148); }
H1.HeaderClassName
{
color: #ADD894;
}
.AnyTagClassName
{
color: #ADD894;
}
</style>
background-color css
<style>
a { background-color: #ADD894; }
a { background-color: rgb(173,216,148); }
div.DivClassName
{
background-color: #ADD894;
}
.BgClassName
{
background-color: #ADD894;
}
</style>
border-color css
<style>
span { border-color: #ADD894; }
span { border-color: rgb(173,216,148); }
td.TdClassName
{
border-color: #ADD894;
}
.TagClassName
{
border-color: #ADD894;
}
</style>