Shades of Feijoa #ADDD8F
Tints of Feijoa #ADDD8F
RGB
CMYK
RGB Variations
Color information
#ADDD8F (or 0xADDD8F) is known color: Feijoa. HEX triplet: AD, DD and 8F. RGB value is (173,221,143). Sum of RGB (Red+Green+Blue) = 173+221+143=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD8F is #522270. Grayscale: #C6C6C6. Windows color (decimal): -5382769 or 9428397. OLE color: 9428397.
HSL color Cylindrical-coordinate representation of color #ADDD8F: hue angle of 96.92º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADDD8F is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 143 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.13 |
| HSL | 96.92º | 0.53% | 0.71% | - |
| HSV(B) | 96.92º | 0.35% | 0.87% | - |
| XYZ | 48.05 | 62.58 | 35.53 | - |
| YUV | 197.76 | 97.1 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 143 | 0.22 | 0 | 0.35 | 0.13 | 96.92 | 0.53 | 0.71 |
| Hex | AD | DD | 8F | 16 | 0 | 23 | D | 61 | 35 | 47 |
| Octal | 255 | 335 | 217 | 26 | 0 | 43 | 15 | 141 | 65 | 107 |
| Binary | 10101101 | 11011101 | 10001111 | 10110 | 0 | 100011 | 1101 | 1100001 | 110101 | 1000111 |
Color Harmonies of #ADDD8F
Complementary color
Monochromatic Colors of #ADDD8F
Black with #ADDD8F
Text Example
Text Example
White with #ADDD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD8F; }
p { color: rgb(173,221,143); }
H1.HeaderClassName
{
color: #ADDD8F;
}
.AnyTagClassName
{
color: #ADDD8F;
}
</style>
background-color css
<style>
a { background-color: #ADDD8F; }
a { background-color: rgb(173,221,143); }
div.DivClassName
{
background-color: #ADDD8F;
}
.BgClassName
{
background-color: #ADDD8F;
}
</style>
border-color css
<style>
span { border-color: #ADDD8F; }
span { border-color: rgb(173,221,143); }
td.TdClassName
{
border-color: #ADDD8F;
}
.TagClassName
{
border-color: #ADDD8F;
}
</style>