Shades of Feijoa #ADD88D
Tints of Feijoa #ADD88D
RGB
CMYK
RGB Variations
Color information
#ADD88D (or 0xADD88D) is known color: Feijoa. HEX triplet: AD, D8 and 8D. RGB value is (173,216,141). Sum of RGB (Red+Green+Blue) = 173+216+141=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD88D is #522772. Grayscale: #C2C2C2. Windows color (decimal): -5384051 or 9296045. OLE color: 9296045.
HSL color Cylindrical-coordinate representation of color #ADD88D: hue angle of 94.4º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADD88D is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 141 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.15 |
| HSL | 94.4º | 0.49% | 0.7% | - |
| HSV(B) | 94.4º | 0.35% | 0.85% | - |
| XYZ | 46.6 | 59.92 | 34.31 | - |
| YUV | 194.59 | 97.75 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 141 | 0.20 | 0 | 0.35 | 0.15 | 94.4 | 0.49 | 0.7 |
| Hex | AD | D8 | 8D | 14 | 0 | 23 | F | 5E | 31 | 46 |
| Octal | 255 | 330 | 215 | 24 | 0 | 43 | 17 | 136 | 61 | 106 |
| Binary | 10101101 | 11011000 | 10001101 | 10100 | 0 | 100011 | 1111 | 1011110 | 110001 | 1000110 |
Color Harmonies of #ADD88D
Complementary color
Monochromatic Colors of #ADD88D
Black with #ADD88D
Text Example
Text Example
White with #ADD88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD88D; }
p { color: rgb(173,216,141); }
H1.HeaderClassName
{
color: #ADD88D;
}
.AnyTagClassName
{
color: #ADD88D;
}
</style>
background-color css
<style>
a { background-color: #ADD88D; }
a { background-color: rgb(173,216,141); }
div.DivClassName
{
background-color: #ADD88D;
}
.BgClassName
{
background-color: #ADD88D;
}
</style>
border-color css
<style>
span { border-color: #ADD88D; }
span { border-color: rgb(173,216,141); }
td.TdClassName
{
border-color: #ADD88D;
}
.TagClassName
{
border-color: #ADD88D;
}
</style>