Shades of Feijoa #ADEB8B
Tints of Feijoa #ADEB8B
RGB
CMYK
RGB Variations
Color information
#ADEB8B (or 0xADEB8B) is known color: Feijoa. HEX triplet: AD, EB and 8B. RGB value is (173,235,139). Sum of RGB (Red+Green+Blue) = 173+235+139=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEB8B is #521474. Grayscale: #CDCDCD. Windows color (decimal): -5379189 or 9169837. OLE color: 9169837.
HSL color Cylindrical-coordinate representation of color #ADEB8B: hue angle of 98.75º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADEB8B is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 139 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.08 |
| HSL | 98.75º | 0.71% | 0.73% | - |
| HSV(B) | 98.75º | 0.41% | 0.92% | - |
| XYZ | 51.6 | 70.16 | 35.25 | - |
| YUV | 205.52 | 90.46 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 139 | 0.26 | 0 | 0.41 | 0.08 | 98.75 | 0.71 | 0.73 |
| Hex | AD | EB | 8B | 1A | 0 | 29 | 8 | 63 | 47 | 49 |
| Octal | 255 | 353 | 213 | 32 | 0 | 51 | 10 | 143 | 107 | 111 |
| Binary | 10101101 | 11101011 | 10001011 | 11010 | 0 | 101001 | 1000 | 1100011 | 1000111 | 1001001 |
Color Harmonies of #ADEB8B
Complementary color
Monochromatic Colors of #ADEB8B
Black with #ADEB8B
Text Example
Text Example
White with #ADEB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB8B; }
p { color: rgb(173,235,139); }
H1.HeaderClassName
{
color: #ADEB8B;
}
.AnyTagClassName
{
color: #ADEB8B;
}
</style>
background-color css
<style>
a { background-color: #ADEB8B; }
a { background-color: rgb(173,235,139); }
div.DivClassName
{
background-color: #ADEB8B;
}
.BgClassName
{
background-color: #ADEB8B;
}
</style>
border-color css
<style>
span { border-color: #ADEB8B; }
span { border-color: rgb(173,235,139); }
td.TdClassName
{
border-color: #ADEB8B;
}
.TagClassName
{
border-color: #ADEB8B;
}
</style>