Shades of Feijoa #ADCE89
Tints of Feijoa #ADCE89
RGB
CMYK
RGB Variations
Color information
#ADCE89 (or 0xADCE89) is known color: Feijoa. HEX triplet: AD, CE and 89. RGB value is (173,206,137). Sum of RGB (Red+Green+Blue) = 173+206+137=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCE89 is #523176. Grayscale: #BCBCBC. Windows color (decimal): -5386615 or 9031341. OLE color: 9031341.
HSL color Cylindrical-coordinate representation of color #ADCE89: hue angle of 88.7º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADCE89 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 137 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.19 |
| HSL | 88.7º | 0.41% | 0.67% | - |
| HSV(B) | 88.7º | 0.33% | 0.81% | - |
| XYZ | 43.82 | 54.83 | 31.94 | - |
| YUV | 188.27 | 99.07 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 137 | 0.16 | 0 | 0.33 | 0.19 | 88.7 | 0.41 | 0.67 |
| Hex | AD | CE | 89 | 10 | 0 | 21 | 13 | 59 | 29 | 43 |
| Octal | 255 | 316 | 211 | 20 | 0 | 41 | 23 | 131 | 51 | 103 |
| Binary | 10101101 | 11001110 | 10001001 | 10000 | 0 | 100001 | 10011 | 1011001 | 101001 | 1000011 |
Color Harmonies of #ADCE89
Complementary color
Monochromatic Colors of #ADCE89
Black with #ADCE89
Text Example
Text Example
White with #ADCE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE89; }
p { color: rgb(173,206,137); }
H1.HeaderClassName
{
color: #ADCE89;
}
.AnyTagClassName
{
color: #ADCE89;
}
</style>
background-color css
<style>
a { background-color: #ADCE89; }
a { background-color: rgb(173,206,137); }
div.DivClassName
{
background-color: #ADCE89;
}
.BgClassName
{
background-color: #ADCE89;
}
</style>
border-color css
<style>
span { border-color: #ADCE89; }
span { border-color: rgb(173,206,137); }
td.TdClassName
{
border-color: #ADCE89;
}
.TagClassName
{
border-color: #ADCE89;
}
</style>