Shades of Feijoa #ADCD8F
Tints of Feijoa #ADCD8F
RGB
CMYK
RGB Variations
Color information
#ADCD8F (or 0xADCD8F) is known color: Feijoa. HEX triplet: AD, CD and 8F. RGB value is (173,205,143). Sum of RGB (Red+Green+Blue) = 173+205+143=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD8F is #523270. Grayscale: #BCBCBC. Windows color (decimal): -5386865 or 9424301. OLE color: 9424301.
HSL color Cylindrical-coordinate representation of color #ADCD8F: hue angle of 90.97º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADCD8F is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 143 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.20 |
| HSL | 90.97º | 0.38% | 0.68% | - |
| HSV(B) | 90.97º | 0.3% | 0.8% | - |
| XYZ | 44.02 | 54.53 | 34.19 | - |
| YUV | 188.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 143 | 0.16 | 0 | 0.30 | 0.20 | 90.97 | 0.38 | 0.68 |
| Hex | AD | CD | 8F | 10 | 0 | 1E | 14 | 5B | 26 | 44 |
| Octal | 255 | 315 | 217 | 20 | 0 | 36 | 24 | 133 | 46 | 104 |
| Binary | 10101101 | 11001101 | 10001111 | 10000 | 0 | 11110 | 10100 | 1011011 | 100110 | 1000100 |
Color Harmonies of #ADCD8F
Complementary color
Monochromatic Colors of #ADCD8F
Black with #ADCD8F
Text Example
Text Example
White with #ADCD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD8F; }
p { color: rgb(173,205,143); }
H1.HeaderClassName
{
color: #ADCD8F;
}
.AnyTagClassName
{
color: #ADCD8F;
}
</style>
background-color css
<style>
a { background-color: #ADCD8F; }
a { background-color: rgb(173,205,143); }
div.DivClassName
{
background-color: #ADCD8F;
}
.BgClassName
{
background-color: #ADCD8F;
}
</style>
border-color css
<style>
span { border-color: #ADCD8F; }
span { border-color: rgb(173,205,143); }
td.TdClassName
{
border-color: #ADCD8F;
}
.TagClassName
{
border-color: #ADCD8F;
}
</style>