Shades of Feijoa #ADEC89
Tints of Feijoa #ADEC89
RGB
CMYK
RGB Variations
Color information
#ADEC89 (or 0xADEC89) is known color: Feijoa. HEX triplet: AD, EC and 89. RGB value is (173,236,137). Sum of RGB (Red+Green+Blue) = 173+236+137=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 137 (53.91% from 255 or 25.09% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEC89 is #521376. Grayscale: #CECECE. Windows color (decimal): -5378935 or 9039021. OLE color: 9039021.
HSL color Cylindrical-coordinate representation of color #ADEC89: hue angle of 98.18º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADEC89 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 137 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.07 |
| HSL | 98.18º | 0.72% | 0.73% | - |
| HSV(B) | 98.18º | 0.42% | 0.93% | - |
| XYZ | 51.74 | 70.68 | 34.58 | - |
| YUV | 205.88 | 89.13 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 137 | 0.27 | 0 | 0.42 | 0.07 | 98.18 | 0.72 | 0.73 |
| Hex | AD | EC | 89 | 1B | 0 | 2A | 7 | 62 | 48 | 49 |
| Octal | 255 | 354 | 211 | 33 | 0 | 52 | 7 | 142 | 110 | 111 |
| Binary | 10101101 | 11101100 | 10001001 | 11011 | 0 | 101010 | 111 | 1100010 | 1001000 | 1001001 |
Color Harmonies of #ADEC89
Complementary color
Monochromatic Colors of #ADEC89
Black with #ADEC89
Text Example
Text Example
White with #ADEC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC89; }
p { color: rgb(173,236,137); }
H1.HeaderClassName
{
color: #ADEC89;
}
.AnyTagClassName
{
color: #ADEC89;
}
</style>
background-color css
<style>
a { background-color: #ADEC89; }
a { background-color: rgb(173,236,137); }
div.DivClassName
{
background-color: #ADEC89;
}
.BgClassName
{
background-color: #ADEC89;
}
</style>
border-color css
<style>
span { border-color: #ADEC89; }
span { border-color: rgb(173,236,137); }
td.TdClassName
{
border-color: #ADEC89;
}
.TagClassName
{
border-color: #ADEC89;
}
</style>