Shades of Feijoa #ADEB8E
Tints of Feijoa #ADEB8E
RGB
CMYK
RGB Variations
Color information
#ADEB8E (or 0xADEB8E) is known color: Feijoa. HEX triplet: AD, EB and 8E. RGB value is (173,235,142). Sum of RGB (Red+Green+Blue) = 173+235+142=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEB8E is #521471. Grayscale: #CECECE. Windows color (decimal): -5379186 or 9366445. OLE color: 9366445.
HSL color Cylindrical-coordinate representation of color #ADEB8E: hue angle of 100º 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 #ADEB8E is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 142 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.08 |
| HSL | 100º | 0.7% | 0.74% | - |
| HSV(B) | 100º | 0.4% | 0.92% | - |
| XYZ | 51.82 | 70.25 | 36.42 | - |
| YUV | 205.86 | 91.96 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 142 | 0.26 | 0 | 0.40 | 0.08 | 100 | 0.7 | 0.74 |
| Hex | AD | EB | 8E | 1A | 0 | 28 | 8 | 64 | 46 | 4A |
| Octal | 255 | 353 | 216 | 32 | 0 | 50 | 10 | 144 | 106 | 112 |
| Binary | 10101101 | 11101011 | 10001110 | 11010 | 0 | 101000 | 1000 | 1100100 | 1000110 | 1001010 |
Color Harmonies of #ADEB8E
Complementary color
Monochromatic Colors of #ADEB8E
Black with #ADEB8E
Text Example
Text Example
White with #ADEB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB8E; }
p { color: rgb(173,235,142); }
H1.HeaderClassName
{
color: #ADEB8E;
}
.AnyTagClassName
{
color: #ADEB8E;
}
</style>
background-color css
<style>
a { background-color: #ADEB8E; }
a { background-color: rgb(173,235,142); }
div.DivClassName
{
background-color: #ADEB8E;
}
.BgClassName
{
background-color: #ADEB8E;
}
</style>
border-color css
<style>
span { border-color: #ADEB8E; }
span { border-color: rgb(173,235,142); }
td.TdClassName
{
border-color: #ADEB8E;
}
.TagClassName
{
border-color: #ADEB8E;
}
</style>