Shades of Feijoa #ADD487
Tints of Feijoa #ADD487
RGB
CMYK
RGB Variations
Color information
#ADD487 (or 0xADD487) is known color: Feijoa. HEX triplet: AD, D4 and 87. RGB value is (173,212,135). Sum of RGB (Red+Green+Blue) = 173+212+135=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD487 is #522B78. Grayscale: #BFBFBF. Windows color (decimal): -5385081 or 8901805. OLE color: 8901805.
HSL color Cylindrical-coordinate representation of color #ADD487: hue angle of 90.39º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADD487 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 135 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.17 |
| HSL | 90.39º | 0.47% | 0.68% | - |
| HSV(B) | 90.39º | 0.36% | 0.83% | - |
| XYZ | 45.15 | 57.72 | 31.68 | - |
| YUV | 191.56 | 96.08 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 135 | 0.18 | 0 | 0.36 | 0.17 | 90.39 | 0.47 | 0.68 |
| Hex | AD | D4 | 87 | 12 | 0 | 24 | 11 | 5A | 2F | 44 |
| Octal | 255 | 324 | 207 | 22 | 0 | 44 | 21 | 132 | 57 | 104 |
| Binary | 10101101 | 11010100 | 10000111 | 10010 | 0 | 100100 | 10001 | 1011010 | 101111 | 1000100 |
Color Harmonies of #ADD487
Complementary color
Monochromatic Colors of #ADD487
Black with #ADD487
Text Example
Text Example
White with #ADD487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD487; }
p { color: rgb(173,212,135); }
H1.HeaderClassName
{
color: #ADD487;
}
.AnyTagClassName
{
color: #ADD487;
}
</style>
background-color css
<style>
a { background-color: #ADD487; }
a { background-color: rgb(173,212,135); }
div.DivClassName
{
background-color: #ADD487;
}
.BgClassName
{
background-color: #ADD487;
}
</style>
border-color css
<style>
span { border-color: #ADD487; }
span { border-color: rgb(173,212,135); }
td.TdClassName
{
border-color: #ADD487;
}
.TagClassName
{
border-color: #ADD487;
}
</style>