Shades of Feijoa #ADD87B
Tints of Feijoa #ADD87B
RGB
CMYK
RGB Variations
Color information
#ADD87B (or 0xADD87B) is known color: Feijoa. HEX triplet: AD, D8 and 7B. RGB value is (173,216,123). Sum of RGB (Red+Green+Blue) = 173+216+123=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD87B is #522784. Grayscale: #C0C0C0. Windows color (decimal): -5384069 or 8116397. OLE color: 8116397.
HSL color Cylindrical-coordinate representation of color #ADD87B: hue angle of 87.74º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADD87B is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 123 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.15 |
| HSL | 87.74º | 0.54% | 0.66% | - |
| HSV(B) | 87.74º | 0.43% | 0.85% | - |
| XYZ | 45.36 | 59.43 | 27.82 | - |
| YUV | 192.54 | 88.75 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 123 | 0.20 | 0 | 0.43 | 0.15 | 87.74 | 0.54 | 0.66 |
| Hex | AD | D8 | 7B | 14 | 0 | 2B | F | 58 | 36 | 42 |
| Octal | 255 | 330 | 173 | 24 | 0 | 53 | 17 | 130 | 66 | 102 |
| Binary | 10101101 | 11011000 | 1111011 | 10100 | 0 | 101011 | 1111 | 1011000 | 110110 | 1000010 |
Color Harmonies of #ADD87B
Complementary color
Monochromatic Colors of #ADD87B
Black with #ADD87B
Text Example
Text Example
White with #ADD87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD87B; }
p { color: rgb(173,216,123); }
H1.HeaderClassName
{
color: #ADD87B;
}
.AnyTagClassName
{
color: #ADD87B;
}
</style>
background-color css
<style>
a { background-color: #ADD87B; }
a { background-color: rgb(173,216,123); }
div.DivClassName
{
background-color: #ADD87B;
}
.BgClassName
{
background-color: #ADD87B;
}
</style>
border-color css
<style>
span { border-color: #ADD87B; }
span { border-color: rgb(173,216,123); }
td.TdClassName
{
border-color: #ADD87B;
}
.TagClassName
{
border-color: #ADD87B;
}
</style>