Shades of Feijoa #ADCE93
Tints of Feijoa #ADCE93
RGB
CMYK
RGB Variations
Color information
#ADCE93 (or 0xADCE93) is known color: Feijoa. HEX triplet: AD, CE and 93. RGB value is (173,206,147). Sum of RGB (Red+Green+Blue) = 173+206+147=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCE93 is #52316C. Grayscale: #BDBDBD. Windows color (decimal): -5386605 or 9686701. OLE color: 9686701.
HSL color Cylindrical-coordinate representation of color #ADCE93: hue angle of 93.56º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADCE93 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 147 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.19 |
| HSL | 93.56º | 0.38% | 0.69% | - |
| HSV(B) | 93.56º | 0.29% | 0.81% | - |
| XYZ | 44.57 | 55.13 | 35.9 | - |
| YUV | 189.41 | 104.07 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 147 | 0.16 | 0 | 0.29 | 0.19 | 93.56 | 0.38 | 0.69 |
| Hex | AD | CE | 93 | 10 | 0 | 1D | 13 | 5E | 26 | 45 |
| Octal | 255 | 316 | 223 | 20 | 0 | 35 | 23 | 136 | 46 | 105 |
| Binary | 10101101 | 11001110 | 10010011 | 10000 | 0 | 11101 | 10011 | 1011110 | 100110 | 1000101 |
Color Harmonies of #ADCE93
Complementary color
Monochromatic Colors of #ADCE93
Black with #ADCE93
Text Example
Text Example
White with #ADCE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE93; }
p { color: rgb(173,206,147); }
H1.HeaderClassName
{
color: #ADCE93;
}
.AnyTagClassName
{
color: #ADCE93;
}
</style>
background-color css
<style>
a { background-color: #ADCE93; }
a { background-color: rgb(173,206,147); }
div.DivClassName
{
background-color: #ADCE93;
}
.BgClassName
{
background-color: #ADCE93;
}
</style>
border-color css
<style>
span { border-color: #ADCE93; }
span { border-color: rgb(173,206,147); }
td.TdClassName
{
border-color: #ADCE93;
}
.TagClassName
{
border-color: #ADCE93;
}
</style>