Shades of Feijoa #ADEC8F
Tints of Feijoa #ADEC8F
RGB
CMYK
RGB Variations
Color information
#ADEC8F (or 0xADEC8F) is known color: Feijoa. HEX triplet: AD, EC and 8F. RGB value is (173,236,143). Sum of RGB (Red+Green+Blue) = 173+236+143=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEC8F is #521370. Grayscale: #CECECE. Windows color (decimal): -5378929 or 9432237. OLE color: 9432237.
HSL color Cylindrical-coordinate representation of color #ADEC8F: hue angle of 100.65º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADEC8F is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 143 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.07 |
| HSL | 100.65º | 0.71% | 0.74% | - |
| HSV(B) | 100.65º | 0.39% | 0.93% | - |
| XYZ | 52.19 | 70.86 | 36.91 | - |
| YUV | 206.56 | 92.13 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 143 | 0.27 | 0 | 0.39 | 0.07 | 100.65 | 0.71 | 0.74 |
| Hex | AD | EC | 8F | 1B | 0 | 27 | 7 | 65 | 47 | 4A |
| Octal | 255 | 354 | 217 | 33 | 0 | 47 | 7 | 145 | 107 | 112 |
| Binary | 10101101 | 11101100 | 10001111 | 11011 | 0 | 100111 | 111 | 1100101 | 1000111 | 1001010 |
Color Harmonies of #ADEC8F
Complementary color
Monochromatic Colors of #ADEC8F
Black with #ADEC8F
Text Example
Text Example
White with #ADEC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC8F; }
p { color: rgb(173,236,143); }
H1.HeaderClassName
{
color: #ADEC8F;
}
.AnyTagClassName
{
color: #ADEC8F;
}
</style>
background-color css
<style>
a { background-color: #ADEC8F; }
a { background-color: rgb(173,236,143); }
div.DivClassName
{
background-color: #ADEC8F;
}
.BgClassName
{
background-color: #ADEC8F;
}
</style>
border-color css
<style>
span { border-color: #ADEC8F; }
span { border-color: rgb(173,236,143); }
td.TdClassName
{
border-color: #ADEC8F;
}
.TagClassName
{
border-color: #ADEC8F;
}
</style>