Shades of Feijoa #ADDC8D
Tints of Feijoa #ADDC8D
RGB
CMYK
RGB Variations
Color information
#ADDC8D (or 0xADDC8D) is known color: Feijoa. HEX triplet: AD, DC and 8D. RGB value is (173,220,141). Sum of RGB (Red+Green+Blue) = 173+220+141=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC8D is #522372. Grayscale: #C5C5C5. Windows color (decimal): -5383027 or 9297069. OLE color: 9297069.
HSL color Cylindrical-coordinate representation of color #ADDC8D: hue angle of 95.7º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADDC8D is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 141 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.14 |
| HSL | 95.7º | 0.53% | 0.71% | - |
| HSV(B) | 95.7º | 0.36% | 0.86% | - |
| XYZ | 47.63 | 61.99 | 34.65 | - |
| YUV | 196.94 | 96.43 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 141 | 0.21 | 0 | 0.36 | 0.14 | 95.7 | 0.53 | 0.71 |
| Hex | AD | DC | 8D | 15 | 0 | 24 | E | 60 | 35 | 47 |
| Octal | 255 | 334 | 215 | 25 | 0 | 44 | 16 | 140 | 65 | 107 |
| Binary | 10101101 | 11011100 | 10001101 | 10101 | 0 | 100100 | 1110 | 1100000 | 110101 | 1000111 |
Color Harmonies of #ADDC8D
Complementary color
Monochromatic Colors of #ADDC8D
Black with #ADDC8D
Text Example
Text Example
White with #ADDC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC8D; }
p { color: rgb(173,220,141); }
H1.HeaderClassName
{
color: #ADDC8D;
}
.AnyTagClassName
{
color: #ADDC8D;
}
</style>
background-color css
<style>
a { background-color: #ADDC8D; }
a { background-color: rgb(173,220,141); }
div.DivClassName
{
background-color: #ADDC8D;
}
.BgClassName
{
background-color: #ADDC8D;
}
</style>
border-color css
<style>
span { border-color: #ADDC8D; }
span { border-color: rgb(173,220,141); }
td.TdClassName
{
border-color: #ADDC8D;
}
.TagClassName
{
border-color: #ADDC8D;
}
</style>