Shades of Feijoa #ADCE8F
Tints of Feijoa #ADCE8F
RGB
CMYK
RGB Variations
Color information
#ADCE8F (or 0xADCE8F) is known color: Feijoa. HEX triplet: AD, CE and 8F. RGB value is (173,206,143). Sum of RGB (Red+Green+Blue) = 173+206+143=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 143 (56.25% from 255 or 27.39% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCE8F is #523170. Grayscale: #BDBDBD. Windows color (decimal): -5386609 or 9424557. OLE color: 9424557.
HSL color Cylindrical-coordinate representation of color #ADCE8F: hue angle of 91.43º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADCE8F is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 143 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.19 |
| HSL | 91.43º | 0.39% | 0.68% | - |
| HSV(B) | 91.43º | 0.31% | 0.81% | - |
| XYZ | 44.26 | 55.01 | 34.27 | - |
| YUV | 188.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 143 | 0.16 | 0 | 0.31 | 0.19 | 91.43 | 0.39 | 0.68 |
| Hex | AD | CE | 8F | 10 | 0 | 1F | 13 | 5B | 27 | 44 |
| Octal | 255 | 316 | 217 | 20 | 0 | 37 | 23 | 133 | 47 | 104 |
| Binary | 10101101 | 11001110 | 10001111 | 10000 | 0 | 11111 | 10011 | 1011011 | 100111 | 1000100 |
Color Harmonies of #ADCE8F
Complementary color
Monochromatic Colors of #ADCE8F
Black with #ADCE8F
Text Example
Text Example
White with #ADCE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE8F; }
p { color: rgb(173,206,143); }
H1.HeaderClassName
{
color: #ADCE8F;
}
.AnyTagClassName
{
color: #ADCE8F;
}
</style>
background-color css
<style>
a { background-color: #ADCE8F; }
a { background-color: rgb(173,206,143); }
div.DivClassName
{
background-color: #ADCE8F;
}
.BgClassName
{
background-color: #ADCE8F;
}
</style>
border-color css
<style>
span { border-color: #ADCE8F; }
span { border-color: rgb(173,206,143); }
td.TdClassName
{
border-color: #ADCE8F;
}
.TagClassName
{
border-color: #ADCE8F;
}
</style>