Shades of Feijoa #ADDD8C
Tints of Feijoa #ADDD8C
RGB
CMYK
RGB Variations
Color information
#ADDD8C (or 0xADDD8C) is known color: Feijoa. HEX triplet: AD, DD and 8C. RGB value is (173,221,140). Sum of RGB (Red+Green+Blue) = 173+221+140=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD8C is #522273. Grayscale: #C5C5C5. Windows color (decimal): -5382772 or 9231789. OLE color: 9231789.
HSL color Cylindrical-coordinate representation of color #ADDD8C: hue angle of 95.56º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADDD8C is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 140 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.13 |
| HSL | 95.56º | 0.54% | 0.71% | - |
| HSV(B) | 95.56º | 0.37% | 0.87% | - |
| XYZ | 47.82 | 62.49 | 34.35 | - |
| YUV | 197.41 | 95.6 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 140 | 0.22 | 0 | 0.37 | 0.13 | 95.56 | 0.54 | 0.71 |
| Hex | AD | DD | 8C | 16 | 0 | 25 | D | 60 | 36 | 47 |
| Octal | 255 | 335 | 214 | 26 | 0 | 45 | 15 | 140 | 66 | 107 |
| Binary | 10101101 | 11011101 | 10001100 | 10110 | 0 | 100101 | 1101 | 1100000 | 110110 | 1000111 |
Color Harmonies of #ADDD8C
Complementary color
Monochromatic Colors of #ADDD8C
Black with #ADDD8C
Text Example
Text Example
White with #ADDD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD8C; }
p { color: rgb(173,221,140); }
H1.HeaderClassName
{
color: #ADDD8C;
}
.AnyTagClassName
{
color: #ADDD8C;
}
</style>
background-color css
<style>
a { background-color: #ADDD8C; }
a { background-color: rgb(173,221,140); }
div.DivClassName
{
background-color: #ADDD8C;
}
.BgClassName
{
background-color: #ADDD8C;
}
</style>
border-color css
<style>
span { border-color: #ADDD8C; }
span { border-color: rgb(173,221,140); }
td.TdClassName
{
border-color: #ADDD8C;
}
.TagClassName
{
border-color: #ADDD8C;
}
</style>