Shades of Feijoa #ADD875
Tints of Feijoa #ADD875
RGB
CMYK
RGB Variations
Color information
#ADD875 (or 0xADD875) is known color: Feijoa. HEX triplet: AD, D8 and 75. RGB value is (173,216,117). Sum of RGB (Red+Green+Blue) = 173+216+117=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD875 is #52278A. Grayscale: #C0C0C0. Windows color (decimal): -5384075 or 7723181. OLE color: 7723181.
HSL color Cylindrical-coordinate representation of color #ADD875: hue angle of 86.06º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADD875 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 117 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.15 |
| HSL | 86.06º | 0.56% | 0.65% | - |
| HSV(B) | 86.06º | 0.46% | 0.85% | - |
| XYZ | 45 | 59.28 | 25.9 | - |
| YUV | 191.86 | 85.75 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 117 | 0.20 | 0 | 0.46 | 0.15 | 86.06 | 0.56 | 0.65 |
| Hex | AD | D8 | 75 | 14 | 0 | 2E | F | 56 | 38 | 41 |
| Octal | 255 | 330 | 165 | 24 | 0 | 56 | 17 | 126 | 70 | 101 |
| Binary | 10101101 | 11011000 | 1110101 | 10100 | 0 | 101110 | 1111 | 1010110 | 111000 | 1000001 |
Color Harmonies of #ADD875
Complementary color
Monochromatic Colors of #ADD875
Black with #ADD875
Text Example
Text Example
White with #ADD875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD875; }
p { color: rgb(173,216,117); }
H1.HeaderClassName
{
color: #ADD875;
}
.AnyTagClassName
{
color: #ADD875;
}
</style>
background-color css
<style>
a { background-color: #ADD875; }
a { background-color: rgb(173,216,117); }
div.DivClassName
{
background-color: #ADD875;
}
.BgClassName
{
background-color: #ADD875;
}
</style>
border-color css
<style>
span { border-color: #ADD875; }
span { border-color: rgb(173,216,117); }
td.TdClassName
{
border-color: #ADD875;
}
.TagClassName
{
border-color: #ADD875;
}
</style>