Shades of Feijoa #ADEC7B
Tints of Feijoa #ADEC7B
RGB
CMYK
RGB Variations
Color information
#ADEC7B (or 0xADEC7B) is known color: Feijoa. HEX triplet: AD, EC and 7B. RGB value is (173,236,123). Sum of RGB (Red+Green+Blue) = 173+236+123=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC7B is #521384. Grayscale: #CCCCCC. Windows color (decimal): -5378949 or 8121517. OLE color: 8121517.
HSL color Cylindrical-coordinate representation of color #ADEC7B: hue angle of 93.45º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADEC7B is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 123 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.07 |
| HSL | 93.45º | 0.75% | 0.7% | - |
| HSV(B) | 93.45º | 0.48% | 0.93% | - |
| XYZ | 50.8 | 70.31 | 29.63 | - |
| YUV | 204.28 | 82.13 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 123 | 0.27 | 0 | 0.48 | 0.07 | 93.45 | 0.75 | 0.7 |
| Hex | AD | EC | 7B | 1B | 0 | 30 | 7 | 5D | 4B | 46 |
| Octal | 255 | 354 | 173 | 33 | 0 | 60 | 7 | 135 | 113 | 106 |
| Binary | 10101101 | 11101100 | 1111011 | 11011 | 0 | 110000 | 111 | 1011101 | 1001011 | 1000110 |
Color Harmonies of #ADEC7B
Complementary color
Monochromatic Colors of #ADEC7B
Black with #ADEC7B
Text Example
Text Example
White with #ADEC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC7B; }
p { color: rgb(173,236,123); }
H1.HeaderClassName
{
color: #ADEC7B;
}
.AnyTagClassName
{
color: #ADEC7B;
}
</style>
background-color css
<style>
a { background-color: #ADEC7B; }
a { background-color: rgb(173,236,123); }
div.DivClassName
{
background-color: #ADEC7B;
}
.BgClassName
{
background-color: #ADEC7B;
}
</style>
border-color css
<style>
span { border-color: #ADEC7B; }
span { border-color: rgb(173,236,123); }
td.TdClassName
{
border-color: #ADEC7B;
}
.TagClassName
{
border-color: #ADEC7B;
}
</style>