Shades of Feijoa #ADD87A
Tints of Feijoa #ADD87A
RGB
CMYK
RGB Variations
Color information
#ADD87A (or 0xADD87A) is known color: Feijoa. HEX triplet: AD, D8 and 7A. RGB value is (173,216,122). Sum of RGB (Red+Green+Blue) = 173+216+122=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD87A is #522785. Grayscale: #C0C0C0. Windows color (decimal): -5384070 or 8050861. OLE color: 8050861.
HSL color Cylindrical-coordinate representation of color #ADD87A: hue angle of 87.45º 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 #ADD87A is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 122 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.15 |
| HSL | 87.45º | 0.55% | 0.66% | - |
| HSV(B) | 87.45º | 0.44% | 0.85% | - |
| XYZ | 45.3 | 59.4 | 27.49 | - |
| YUV | 192.43 | 88.25 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 122 | 0.20 | 0 | 0.44 | 0.15 | 87.45 | 0.55 | 0.66 |
| Hex | AD | D8 | 7A | 14 | 0 | 2C | F | 57 | 37 | 42 |
| Octal | 255 | 330 | 172 | 24 | 0 | 54 | 17 | 127 | 67 | 102 |
| Binary | 10101101 | 11011000 | 1111010 | 10100 | 0 | 101100 | 1111 | 1010111 | 110111 | 1000010 |
Color Harmonies of #ADD87A
Complementary color
Monochromatic Colors of #ADD87A
Black with #ADD87A
Text Example
Text Example
White with #ADD87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD87A; }
p { color: rgb(173,216,122); }
H1.HeaderClassName
{
color: #ADD87A;
}
.AnyTagClassName
{
color: #ADD87A;
}
</style>
background-color css
<style>
a { background-color: #ADD87A; }
a { background-color: rgb(173,216,122); }
div.DivClassName
{
background-color: #ADD87A;
}
.BgClassName
{
background-color: #ADD87A;
}
</style>
border-color css
<style>
span { border-color: #ADD87A; }
span { border-color: rgb(173,216,122); }
td.TdClassName
{
border-color: #ADD87A;
}
.TagClassName
{
border-color: #ADD87A;
}
</style>