Shades of Feijoa #ADCD8E
Tints of Feijoa #ADCD8E
RGB
CMYK
RGB Variations
Color information
#ADCD8E (or 0xADCD8E) is known color: Feijoa. HEX triplet: AD, CD and 8E. RGB value is (173,205,142). Sum of RGB (Red+Green+Blue) = 173+205+142=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD8E is #523271. Grayscale: #BCBCBC. Windows color (decimal): -5386866 or 9358765. OLE color: 9358765.
HSL color Cylindrical-coordinate representation of color #ADCD8E: hue angle of 90.48º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADCD8E is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 142 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.20 |
| HSL | 90.48º | 0.39% | 0.68% | - |
| HSV(B) | 90.48º | 0.31% | 0.8% | - |
| XYZ | 43.95 | 54.5 | 33.79 | - |
| YUV | 188.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 142 | 0.16 | 0 | 0.31 | 0.20 | 90.48 | 0.39 | 0.68 |
| Hex | AD | CD | 8E | 10 | 0 | 1F | 14 | 5A | 27 | 44 |
| Octal | 255 | 315 | 216 | 20 | 0 | 37 | 24 | 132 | 47 | 104 |
| Binary | 10101101 | 11001101 | 10001110 | 10000 | 0 | 11111 | 10100 | 1011010 | 100111 | 1000100 |
Color Harmonies of #ADCD8E
Complementary color
Monochromatic Colors of #ADCD8E
Black with #ADCD8E
Text Example
Text Example
White with #ADCD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD8E; }
p { color: rgb(173,205,142); }
H1.HeaderClassName
{
color: #ADCD8E;
}
.AnyTagClassName
{
color: #ADCD8E;
}
</style>
background-color css
<style>
a { background-color: #ADCD8E; }
a { background-color: rgb(173,205,142); }
div.DivClassName
{
background-color: #ADCD8E;
}
.BgClassName
{
background-color: #ADCD8E;
}
</style>
border-color css
<style>
span { border-color: #ADCD8E; }
span { border-color: rgb(173,205,142); }
td.TdClassName
{
border-color: #ADCD8E;
}
.TagClassName
{
border-color: #ADCD8E;
}
</style>