Shades of Feijoa #ADEB7D
Tints of Feijoa #ADEB7D
RGB
CMYK
RGB Variations
Color information
#ADEB7D (or 0xADEB7D) is known color: Feijoa. HEX triplet: AD, EB and 7D. RGB value is (173,235,125). Sum of RGB (Red+Green+Blue) = 173+235+125=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEB7D is #521482. Grayscale: #CCCCCC. Windows color (decimal): -5379203 or 8252333. OLE color: 8252333.
HSL color Cylindrical-coordinate representation of color #ADEB7D: hue angle of 93.82º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADEB7D is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 125 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.08 |
| HSL | 93.82º | 0.73% | 0.71% | - |
| HSV(B) | 93.82º | 0.47% | 0.92% | - |
| XYZ | 50.64 | 69.78 | 30.2 | - |
| YUV | 203.92 | 83.46 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 125 | 0.26 | 0 | 0.47 | 0.08 | 93.82 | 0.73 | 0.71 |
| Hex | AD | EB | 7D | 1A | 0 | 2F | 8 | 5E | 49 | 47 |
| Octal | 255 | 353 | 175 | 32 | 0 | 57 | 10 | 136 | 111 | 107 |
| Binary | 10101101 | 11101011 | 1111101 | 11010 | 0 | 101111 | 1000 | 1011110 | 1001001 | 1000111 |
Color Harmonies of #ADEB7D
Complementary color
Monochromatic Colors of #ADEB7D
Black with #ADEB7D
Text Example
Text Example
White with #ADEB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB7D; }
p { color: rgb(173,235,125); }
H1.HeaderClassName
{
color: #ADEB7D;
}
.AnyTagClassName
{
color: #ADEB7D;
}
</style>
background-color css
<style>
a { background-color: #ADEB7D; }
a { background-color: rgb(173,235,125); }
div.DivClassName
{
background-color: #ADEB7D;
}
.BgClassName
{
background-color: #ADEB7D;
}
</style>
border-color css
<style>
span { border-color: #ADEB7D; }
span { border-color: rgb(173,235,125); }
td.TdClassName
{
border-color: #ADEB7D;
}
.TagClassName
{
border-color: #ADEB7D;
}
</style>