Shades of Feijoa #ADD98D
Tints of Feijoa #ADD98D
RGB
CMYK
RGB Variations
Color information
#ADD98D (or 0xADD98D) is known color: Feijoa. HEX triplet: AD, D9 and 8D. RGB value is (173,217,141). Sum of RGB (Red+Green+Blue) = 173+217+141=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD98D is #522672. Grayscale: #C3C3C3. Windows color (decimal): -5383795 or 9296301. OLE color: 9296301.
HSL color Cylindrical-coordinate representation of color #ADD98D: hue angle of 94.74º degrees, saturation: 0.5, 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 #ADD98D is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 141 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.15 |
| HSL | 94.74º | 0.5% | 0.7% | - |
| HSV(B) | 94.74º | 0.35% | 0.85% | - |
| XYZ | 46.85 | 60.43 | 34.39 | - |
| YUV | 195.18 | 97.42 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 141 | 0.20 | 0 | 0.35 | 0.15 | 94.74 | 0.5 | 0.7 |
| Hex | AD | D9 | 8D | 14 | 0 | 23 | F | 5F | 32 | 46 |
| Octal | 255 | 331 | 215 | 24 | 0 | 43 | 17 | 137 | 62 | 106 |
| Binary | 10101101 | 11011001 | 10001101 | 10100 | 0 | 100011 | 1111 | 1011111 | 110010 | 1000110 |
Color Harmonies of #ADD98D
Complementary color
Monochromatic Colors of #ADD98D
Black with #ADD98D
Text Example
Text Example
White with #ADD98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD98D; }
p { color: rgb(173,217,141); }
H1.HeaderClassName
{
color: #ADD98D;
}
.AnyTagClassName
{
color: #ADD98D;
}
</style>
background-color css
<style>
a { background-color: #ADD98D; }
a { background-color: rgb(173,217,141); }
div.DivClassName
{
background-color: #ADD98D;
}
.BgClassName
{
background-color: #ADD98D;
}
</style>
border-color css
<style>
span { border-color: #ADD98D; }
span { border-color: rgb(173,217,141); }
td.TdClassName
{
border-color: #ADD98D;
}
.TagClassName
{
border-color: #ADD98D;
}
</style>