Shades of Feijoa #ADEC6E
Tints of Feijoa #ADEC6E
RGB
CMYK
RGB Variations
Color information
#ADEC6E (or 0xADEC6E) is known color: Feijoa. HEX triplet: AD, EC and 6E. RGB value is (173,236,110). Sum of RGB (Red+Green+Blue) = 173+236+110=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC6E is #521391. Grayscale: #CBCBCB. Windows color (decimal): -5378962 or 7269549. OLE color: 7269549.
HSL color Cylindrical-coordinate representation of color #ADEC6E: hue angle of 90º 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 #ADEC6E is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 110 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.07 |
| HSL | 90º | 0.77% | 0.68% | - |
| HSV(B) | 90º | 0.53% | 0.93% | - |
| XYZ | 50.04 | 70 | 25.63 | - |
| YUV | 202.8 | 75.63 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 110 | 0.27 | 0 | 0.53 | 0.07 | 90 | 0.77 | 0.68 |
| Hex | AD | EC | 6E | 1B | 0 | 35 | 7 | 5A | 4D | 44 |
| Octal | 255 | 354 | 156 | 33 | 0 | 65 | 7 | 132 | 115 | 104 |
| Binary | 10101101 | 11101100 | 1101110 | 11011 | 0 | 110101 | 111 | 1011010 | 1001101 | 1000100 |
Color Harmonies of #ADEC6E
Complementary color
Monochromatic Colors of #ADEC6E
Black with #ADEC6E
Text Example
Text Example
White with #ADEC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC6E; }
p { color: rgb(173,236,110); }
H1.HeaderClassName
{
color: #ADEC6E;
}
.AnyTagClassName
{
color: #ADEC6E;
}
</style>
background-color css
<style>
a { background-color: #ADEC6E; }
a { background-color: rgb(173,236,110); }
div.DivClassName
{
background-color: #ADEC6E;
}
.BgClassName
{
background-color: #ADEC6E;
}
</style>
border-color css
<style>
span { border-color: #ADEC6E; }
span { border-color: rgb(173,236,110); }
td.TdClassName
{
border-color: #ADEC6E;
}
.TagClassName
{
border-color: #ADEC6E;
}
</style>