Shades of Feijoa #ADD878
Tints of Feijoa #ADD878
RGB
CMYK
RGB Variations
Color information
#ADD878 (or 0xADD878) is known color: Feijoa. HEX triplet: AD, D8 and 78. RGB value is (173,216,120). Sum of RGB (Red+Green+Blue) = 173+216+120=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD878 is #522787. Grayscale: #C0C0C0. Windows color (decimal): -5384072 or 7919789. OLE color: 7919789.
HSL color Cylindrical-coordinate representation of color #ADD878: hue angle of 86.88º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADD878 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 120 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.15 |
| HSL | 86.88º | 0.55% | 0.66% | - |
| HSV(B) | 86.88º | 0.44% | 0.85% | - |
| XYZ | 45.18 | 59.35 | 26.84 | - |
| YUV | 192.2 | 87.25 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 120 | 0.20 | 0 | 0.44 | 0.15 | 86.88 | 0.55 | 0.66 |
| Hex | AD | D8 | 78 | 14 | 0 | 2C | F | 57 | 37 | 42 |
| Octal | 255 | 330 | 170 | 24 | 0 | 54 | 17 | 127 | 67 | 102 |
| Binary | 10101101 | 11011000 | 1111000 | 10100 | 0 | 101100 | 1111 | 1010111 | 110111 | 1000010 |
Color Harmonies of #ADD878
Complementary color
Monochromatic Colors of #ADD878
Black with #ADD878
Text Example
Text Example
White with #ADD878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD878; }
p { color: rgb(173,216,120); }
H1.HeaderClassName
{
color: #ADD878;
}
.AnyTagClassName
{
color: #ADD878;
}
</style>
background-color css
<style>
a { background-color: #ADD878; }
a { background-color: rgb(173,216,120); }
div.DivClassName
{
background-color: #ADD878;
}
.BgClassName
{
background-color: #ADD878;
}
</style>
border-color css
<style>
span { border-color: #ADD878; }
span { border-color: rgb(173,216,120); }
td.TdClassName
{
border-color: #ADD878;
}
.TagClassName
{
border-color: #ADD878;
}
</style>