Shades of Feijoa #ADD98E
Tints of Feijoa #ADD98E
RGB
CMYK
RGB Variations
Color information
#ADD98E (or 0xADD98E) is known color: Feijoa. HEX triplet: AD, D9 and 8E. RGB value is (173,217,142). Sum of RGB (Red+Green+Blue) = 173+217+142=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD98E is #522671. Grayscale: #C3C3C3. Windows color (decimal): -5383794 or 9361837. OLE color: 9361837.
HSL color Cylindrical-coordinate representation of color #ADD98E: hue angle of 95.2º 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 #ADD98E is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 142 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.15 |
| HSL | 95.2º | 0.5% | 0.7% | - |
| HSV(B) | 95.2º | 0.35% | 0.85% | - |
| XYZ | 46.93 | 60.46 | 34.79 | - |
| YUV | 195.29 | 97.92 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 142 | 0.20 | 0 | 0.35 | 0.15 | 95.2 | 0.5 | 0.7 |
| Hex | AD | D9 | 8E | 14 | 0 | 23 | F | 5F | 32 | 46 |
| Octal | 255 | 331 | 216 | 24 | 0 | 43 | 17 | 137 | 62 | 106 |
| Binary | 10101101 | 11011001 | 10001110 | 10100 | 0 | 100011 | 1111 | 1011111 | 110010 | 1000110 |
Color Harmonies of #ADD98E
Complementary color
Monochromatic Colors of #ADD98E
Black with #ADD98E
Text Example
Text Example
White with #ADD98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD98E; }
p { color: rgb(173,217,142); }
H1.HeaderClassName
{
color: #ADD98E;
}
.AnyTagClassName
{
color: #ADD98E;
}
</style>
background-color css
<style>
a { background-color: #ADD98E; }
a { background-color: rgb(173,217,142); }
div.DivClassName
{
background-color: #ADD98E;
}
.BgClassName
{
background-color: #ADD98E;
}
</style>
border-color css
<style>
span { border-color: #ADD98E; }
span { border-color: rgb(173,217,142); }
td.TdClassName
{
border-color: #ADD98E;
}
.TagClassName
{
border-color: #ADD98E;
}
</style>