Shades of Feijoa #ADEB8D
Tints of Feijoa #ADEB8D
RGB
CMYK
RGB Variations
Color information
#ADEB8D (or 0xADEB8D) is known color: Feijoa. HEX triplet: AD, EB and 8D. RGB value is (173,235,141). Sum of RGB (Red+Green+Blue) = 173+235+141=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEB8D is #521472. Grayscale: #CECECE. Windows color (decimal): -5379187 or 9300909. OLE color: 9300909.
HSL color Cylindrical-coordinate representation of color #ADEB8D: hue angle of 99.57º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADEB8D is Cyan = 0.26, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 141 | - |
| CMYK | 0.26 | 0 | 0.4 | 0.08 |
| HSL | 99.57º | 0.7% | 0.74% | - |
| HSV(B) | 99.57º | 0.4% | 0.92% | - |
| XYZ | 51.75 | 70.22 | 36.03 | - |
| YUV | 205.75 | 91.46 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 141 | 0.26 | 0 | 0.4 | 0.08 | 99.57 | 0.7 | 0.74 |
| Hex | AD | EB | 8D | 1A | 0 | 28 | 8 | 64 | 46 | 4A |
| Octal | 255 | 353 | 215 | 32 | 0 | 50 | 10 | 144 | 106 | 112 |
| Binary | 10101101 | 11101011 | 10001101 | 11010 | 0 | 101000 | 1000 | 1100100 | 1000110 | 1001010 |
Color Harmonies of #ADEB8D
Complementary color
Monochromatic Colors of #ADEB8D
Black with #ADEB8D
Text Example
Text Example
White with #ADEB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB8D; }
p { color: rgb(173,235,141); }
H1.HeaderClassName
{
color: #ADEB8D;
}
.AnyTagClassName
{
color: #ADEB8D;
}
</style>
background-color css
<style>
a { background-color: #ADEB8D; }
a { background-color: rgb(173,235,141); }
div.DivClassName
{
background-color: #ADEB8D;
}
.BgClassName
{
background-color: #ADEB8D;
}
</style>
border-color css
<style>
span { border-color: #ADEB8D; }
span { border-color: rgb(173,235,141); }
td.TdClassName
{
border-color: #ADEB8D;
}
.TagClassName
{
border-color: #ADEB8D;
}
</style>