Shades of Feijoa #ADDC88
Tints of Feijoa #ADDC88
RGB
CMYK
RGB Variations
Color information
#ADDC88 (or 0xADDC88) is known color: Feijoa. HEX triplet: AD, DC and 88. RGB value is (173,220,136). Sum of RGB (Red+Green+Blue) = 173+220+136=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC88 is #522377. Grayscale: #C4C4C4. Windows color (decimal): -5383032 or 8969389. OLE color: 8969389.
HSL color Cylindrical-coordinate representation of color #ADDC88: hue angle of 93.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADDC88 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 136 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.14 |
| HSL | 93.57º | 0.55% | 0.7% | - |
| HSV(B) | 93.57º | 0.38% | 0.86% | - |
| XYZ | 47.27 | 61.85 | 32.74 | - |
| YUV | 196.37 | 93.93 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 136 | 0.21 | 0 | 0.38 | 0.14 | 93.57 | 0.55 | 0.7 |
| Hex | AD | DC | 88 | 15 | 0 | 26 | E | 5E | 37 | 46 |
| Octal | 255 | 334 | 210 | 25 | 0 | 46 | 16 | 136 | 67 | 106 |
| Binary | 10101101 | 11011100 | 10001000 | 10101 | 0 | 100110 | 1110 | 1011110 | 110111 | 1000110 |
Color Harmonies of #ADDC88
Complementary color
Monochromatic Colors of #ADDC88
Black with #ADDC88
Text Example
Text Example
White with #ADDC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC88; }
p { color: rgb(173,220,136); }
H1.HeaderClassName
{
color: #ADDC88;
}
.AnyTagClassName
{
color: #ADDC88;
}
</style>
background-color css
<style>
a { background-color: #ADDC88; }
a { background-color: rgb(173,220,136); }
div.DivClassName
{
background-color: #ADDC88;
}
.BgClassName
{
background-color: #ADDC88;
}
</style>
border-color css
<style>
span { border-color: #ADDC88; }
span { border-color: rgb(173,220,136); }
td.TdClassName
{
border-color: #ADDC88;
}
.TagClassName
{
border-color: #ADDC88;
}
</style>