Shades of Feijoa #ADEB7B
Tints of Feijoa #ADEB7B
RGB
CMYK
RGB Variations
Color information
#ADEB7B (or 0xADEB7B) is known color: Feijoa. HEX triplet: AD, EB and 7B. RGB value is (173,235,123). Sum of RGB (Red+Green+Blue) = 173+235+123=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEB7B is #521484. Grayscale: #CCCCCC. Windows color (decimal): -5379205 or 8121261. OLE color: 8121261.
HSL color Cylindrical-coordinate representation of color #ADEB7B: hue angle of 93.21º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADEB7B is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 123 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.08 |
| HSL | 93.21º | 0.74% | 0.7% | - |
| HSV(B) | 93.21º | 0.48% | 0.92% | - |
| XYZ | 50.52 | 69.73 | 29.54 | - |
| YUV | 203.69 | 82.46 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 123 | 0.26 | 0 | 0.48 | 0.08 | 93.21 | 0.74 | 0.7 |
| Hex | AD | EB | 7B | 1A | 0 | 30 | 8 | 5D | 4A | 46 |
| Octal | 255 | 353 | 173 | 32 | 0 | 60 | 10 | 135 | 112 | 106 |
| Binary | 10101101 | 11101011 | 1111011 | 11010 | 0 | 110000 | 1000 | 1011101 | 1001010 | 1000110 |
Color Harmonies of #ADEB7B
Complementary color
Monochromatic Colors of #ADEB7B
Black with #ADEB7B
Text Example
Text Example
White with #ADEB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB7B; }
p { color: rgb(173,235,123); }
H1.HeaderClassName
{
color: #ADEB7B;
}
.AnyTagClassName
{
color: #ADEB7B;
}
</style>
background-color css
<style>
a { background-color: #ADEB7B; }
a { background-color: rgb(173,235,123); }
div.DivClassName
{
background-color: #ADEB7B;
}
.BgClassName
{
background-color: #ADEB7B;
}
</style>
border-color css
<style>
span { border-color: #ADEB7B; }
span { border-color: rgb(173,235,123); }
td.TdClassName
{
border-color: #ADEB7B;
}
.TagClassName
{
border-color: #ADEB7B;
}
</style>