Shades of Feijoa #ADDC8B
Tints of Feijoa #ADDC8B
RGB
CMYK
RGB Variations
Color information
#ADDC8B (or 0xADDC8B) is known color: Feijoa. HEX triplet: AD, DC and 8B. RGB value is (173,220,139). Sum of RGB (Red+Green+Blue) = 173+220+139=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC8B is #522374. Grayscale: #C4C4C4. Windows color (decimal): -5383029 or 9165997. OLE color: 9165997.
HSL color Cylindrical-coordinate representation of color #ADDC8B: hue angle of 94.81º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADDC8B is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 139 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.14 |
| HSL | 94.81º | 0.54% | 0.7% | - |
| HSV(B) | 94.81º | 0.37% | 0.86% | - |
| XYZ | 47.49 | 61.93 | 33.88 | - |
| YUV | 196.71 | 95.43 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 139 | 0.21 | 0 | 0.37 | 0.14 | 94.81 | 0.54 | 0.7 |
| Hex | AD | DC | 8B | 15 | 0 | 25 | E | 5F | 36 | 46 |
| Octal | 255 | 334 | 213 | 25 | 0 | 45 | 16 | 137 | 66 | 106 |
| Binary | 10101101 | 11011100 | 10001011 | 10101 | 0 | 100101 | 1110 | 1011111 | 110110 | 1000110 |
Color Harmonies of #ADDC8B
Complementary color
Monochromatic Colors of #ADDC8B
Black with #ADDC8B
Text Example
Text Example
White with #ADDC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC8B; }
p { color: rgb(173,220,139); }
H1.HeaderClassName
{
color: #ADDC8B;
}
.AnyTagClassName
{
color: #ADDC8B;
}
</style>
background-color css
<style>
a { background-color: #ADDC8B; }
a { background-color: rgb(173,220,139); }
div.DivClassName
{
background-color: #ADDC8B;
}
.BgClassName
{
background-color: #ADDC8B;
}
</style>
border-color css
<style>
span { border-color: #ADDC8B; }
span { border-color: rgb(173,220,139); }
td.TdClassName
{
border-color: #ADDC8B;
}
.TagClassName
{
border-color: #ADDC8B;
}
</style>