Shades of Feijoa #ADEB73
Tints of Feijoa #ADEB73
RGB
CMYK
RGB Variations
Color information
#ADEB73 (or 0xADEB73) is known color: Feijoa. HEX triplet: AD, EB and 73. RGB value is (173,235,115). Sum of RGB (Red+Green+Blue) = 173+235+115=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEB73 is #52148C. Grayscale: #CBCBCB. Windows color (decimal): -5379213 or 7596973. OLE color: 7596973.
HSL color Cylindrical-coordinate representation of color #ADEB73: hue angle of 91º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADEB73 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 115 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.08 |
| HSL | 91º | 0.75% | 0.69% | - |
| HSV(B) | 91º | 0.51% | 0.92% | - |
| XYZ | 50.04 | 69.54 | 27 | - |
| YUV | 202.78 | 78.46 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 115 | 0.26 | 0 | 0.51 | 0.08 | 91 | 0.75 | 0.69 |
| Hex | AD | EB | 73 | 1A | 0 | 33 | 8 | 5B | 4B | 45 |
| Octal | 255 | 353 | 163 | 32 | 0 | 63 | 10 | 133 | 113 | 105 |
| Binary | 10101101 | 11101011 | 1110011 | 11010 | 0 | 110011 | 1000 | 1011011 | 1001011 | 1000101 |
Color Harmonies of #ADEB73
Complementary color
Monochromatic Colors of #ADEB73
Black with #ADEB73
Text Example
Text Example
White with #ADEB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB73; }
p { color: rgb(173,235,115); }
H1.HeaderClassName
{
color: #ADEB73;
}
.AnyTagClassName
{
color: #ADEB73;
}
</style>
background-color css
<style>
a { background-color: #ADEB73; }
a { background-color: rgb(173,235,115); }
div.DivClassName
{
background-color: #ADEB73;
}
.BgClassName
{
background-color: #ADEB73;
}
</style>
border-color css
<style>
span { border-color: #ADEB73; }
span { border-color: rgb(173,235,115); }
td.TdClassName
{
border-color: #ADEB73;
}
.TagClassName
{
border-color: #ADEB73;
}
</style>