Shades of Feijoa #ADEB77
Tints of Feijoa #ADEB77
RGB
CMYK
RGB Variations
Color information
#ADEB77 (or 0xADEB77) is known color: Feijoa. HEX triplet: AD, EB and 77. RGB value is (173,235,119). Sum of RGB (Red+Green+Blue) = 173+235+119=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEB77 is #521488. Grayscale: #CBCBCB. Windows color (decimal): -5379209 or 7859117. OLE color: 7859117.
HSL color Cylindrical-coordinate representation of color #ADEB77: hue angle of 92.07º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADEB77 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 119 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.08 |
| HSL | 92.07º | 0.74% | 0.69% | - |
| HSV(B) | 92.07º | 0.49% | 0.92% | - |
| XYZ | 50.27 | 69.63 | 28.24 | - |
| YUV | 203.24 | 80.46 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 119 | 0.26 | 0 | 0.49 | 0.08 | 92.07 | 0.74 | 0.69 |
| Hex | AD | EB | 77 | 1A | 0 | 31 | 8 | 5C | 4A | 45 |
| Octal | 255 | 353 | 167 | 32 | 0 | 61 | 10 | 134 | 112 | 105 |
| Binary | 10101101 | 11101011 | 1110111 | 11010 | 0 | 110001 | 1000 | 1011100 | 1001010 | 1000101 |
Color Harmonies of #ADEB77
Complementary color
Monochromatic Colors of #ADEB77
Black with #ADEB77
Text Example
Text Example
White with #ADEB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB77; }
p { color: rgb(173,235,119); }
H1.HeaderClassName
{
color: #ADEB77;
}
.AnyTagClassName
{
color: #ADEB77;
}
</style>
background-color css
<style>
a { background-color: #ADEB77; }
a { background-color: rgb(173,235,119); }
div.DivClassName
{
background-color: #ADEB77;
}
.BgClassName
{
background-color: #ADEB77;
}
</style>
border-color css
<style>
span { border-color: #ADEB77; }
span { border-color: rgb(173,235,119); }
td.TdClassName
{
border-color: #ADEB77;
}
.TagClassName
{
border-color: #ADEB77;
}
</style>