Shades of Feijoa #ADEC7C
Tints of Feijoa #ADEC7C
RGB
CMYK
RGB Variations
Color information
#ADEC7C (or 0xADEC7C) is known color: Feijoa. HEX triplet: AD, EC and 7C. RGB value is (173,236,124). Sum of RGB (Red+Green+Blue) = 173+236+124=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC7C is #521383. Grayscale: #CCCCCC. Windows color (decimal): -5378948 or 8187053. OLE color: 8187053.
HSL color Cylindrical-coordinate representation of color #ADEC7C: hue angle of 93.75º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADEC7C is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 124 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.07 |
| HSL | 93.75º | 0.75% | 0.71% | - |
| HSV(B) | 93.75º | 0.47% | 0.93% | - |
| XYZ | 50.87 | 70.33 | 29.96 | - |
| YUV | 204.4 | 82.63 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 124 | 0.27 | 0 | 0.47 | 0.07 | 93.75 | 0.75 | 0.71 |
| Hex | AD | EC | 7C | 1B | 0 | 2F | 7 | 5E | 4B | 47 |
| Octal | 255 | 354 | 174 | 33 | 0 | 57 | 7 | 136 | 113 | 107 |
| Binary | 10101101 | 11101100 | 1111100 | 11011 | 0 | 101111 | 111 | 1011110 | 1001011 | 1000111 |
Color Harmonies of #ADEC7C
Complementary color
Monochromatic Colors of #ADEC7C
Black with #ADEC7C
Text Example
Text Example
White with #ADEC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC7C; }
p { color: rgb(173,236,124); }
H1.HeaderClassName
{
color: #ADEC7C;
}
.AnyTagClassName
{
color: #ADEC7C;
}
</style>
background-color css
<style>
a { background-color: #ADEC7C; }
a { background-color: rgb(173,236,124); }
div.DivClassName
{
background-color: #ADEC7C;
}
.BgClassName
{
background-color: #ADEC7C;
}
</style>
border-color css
<style>
span { border-color: #ADEC7C; }
span { border-color: rgb(173,236,124); }
td.TdClassName
{
border-color: #ADEC7C;
}
.TagClassName
{
border-color: #ADEC7C;
}
</style>