Shades of Feijoa #ADEC6F
Tints of Feijoa #ADEC6F
RGB
CMYK
RGB Variations
Color information
#ADEC6F (or 0xADEC6F) is known color: Feijoa. HEX triplet: AD, EC and 6F. RGB value is (173,236,111). Sum of RGB (Red+Green+Blue) = 173+236+111=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC6F is #521390. Grayscale: #CBCBCB. Windows color (decimal): -5378961 or 7335085. OLE color: 7335085.
HSL color Cylindrical-coordinate representation of color #ADEC6F: hue angle of 90.24º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADEC6F is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 111 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.07 |
| HSL | 90.24º | 0.77% | 0.68% | - |
| HSV(B) | 90.24º | 0.53% | 0.93% | - |
| XYZ | 50.1 | 70.02 | 25.91 | - |
| YUV | 202.91 | 76.13 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 111 | 0.27 | 0 | 0.53 | 0.07 | 90.24 | 0.77 | 0.68 |
| Hex | AD | EC | 6F | 1B | 0 | 35 | 7 | 5A | 4D | 44 |
| Octal | 255 | 354 | 157 | 33 | 0 | 65 | 7 | 132 | 115 | 104 |
| Binary | 10101101 | 11101100 | 1101111 | 11011 | 0 | 110101 | 111 | 1011010 | 1001101 | 1000100 |
Color Harmonies of #ADEC6F
Complementary color
Monochromatic Colors of #ADEC6F
Black with #ADEC6F
Text Example
Text Example
White with #ADEC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC6F; }
p { color: rgb(173,236,111); }
H1.HeaderClassName
{
color: #ADEC6F;
}
.AnyTagClassName
{
color: #ADEC6F;
}
</style>
background-color css
<style>
a { background-color: #ADEC6F; }
a { background-color: rgb(173,236,111); }
div.DivClassName
{
background-color: #ADEC6F;
}
.BgClassName
{
background-color: #ADEC6F;
}
</style>
border-color css
<style>
span { border-color: #ADEC6F; }
span { border-color: rgb(173,236,111); }
td.TdClassName
{
border-color: #ADEC6F;
}
.TagClassName
{
border-color: #ADEC6F;
}
</style>