Shades of Feijoa #ADCE85
Tints of Feijoa #ADCE85
RGB
CMYK
RGB Variations
Color information
#ADCE85 (or 0xADCE85) is known color: Feijoa. HEX triplet: AD, CE and 85. RGB value is (173,206,133). Sum of RGB (Red+Green+Blue) = 173+206+133=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCE85 is #52317A. Grayscale: #BCBCBC. Windows color (decimal): -5386619 or 8769197. OLE color: 8769197.
HSL color Cylindrical-coordinate representation of color #ADCE85: hue angle of 87.12º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADCE85 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 133 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.19 |
| HSL | 87.12º | 0.43% | 0.66% | - |
| HSV(B) | 87.12º | 0.35% | 0.81% | - |
| XYZ | 43.54 | 54.72 | 30.46 | - |
| YUV | 187.81 | 97.07 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 133 | 0.16 | 0 | 0.35 | 0.19 | 87.12 | 0.43 | 0.66 |
| Hex | AD | CE | 85 | 10 | 0 | 23 | 13 | 57 | 2B | 42 |
| Octal | 255 | 316 | 205 | 20 | 0 | 43 | 23 | 127 | 53 | 102 |
| Binary | 10101101 | 11001110 | 10000101 | 10000 | 0 | 100011 | 10011 | 1010111 | 101011 | 1000010 |
Color Harmonies of #ADCE85
Complementary color
Monochromatic Colors of #ADCE85
Black with #ADCE85
Text Example
Text Example
White with #ADCE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE85; }
p { color: rgb(173,206,133); }
H1.HeaderClassName
{
color: #ADCE85;
}
.AnyTagClassName
{
color: #ADCE85;
}
</style>
background-color css
<style>
a { background-color: #ADCE85; }
a { background-color: rgb(173,206,133); }
div.DivClassName
{
background-color: #ADCE85;
}
.BgClassName
{
background-color: #ADCE85;
}
</style>
border-color css
<style>
span { border-color: #ADCE85; }
span { border-color: rgb(173,206,133); }
td.TdClassName
{
border-color: #ADCE85;
}
.TagClassName
{
border-color: #ADCE85;
}
</style>